Add test executable to bin

This commit is contained in:
hartator 2015-07-25 19:28:32 -05:00
parent b3bc8c2ee7
commit 1cdfe40e21

4
bin/wayback_machine_downloader Executable file
View File

@ -0,0 +1,4 @@
#!/usr/bin/env ruby
require 'wayback_machine_downloader'
puts WaybackMachineDownloader.hi(ARGV[0])