bin/shelr in shelr-0.13.0 vs bin/shelr in shelr-0.13.1

- old
+ new

@@ -52,9 +52,11 @@ if ARGV[1] if ARGV[1] =~ /^http:.*/ # remote file Shelr::Player.play_remote(ARGV[1]) elsif ARGV[1] =~ /.*\.json$/ # local file Shelr::Player.play_dump(ARGV[1]) + else + Shelr::Player.play(ARGV[1]) end else puts "Missing id for shellcast" Shelr::Player.list puts "Select one..."