From 13c100a7dcae66f78339019dd272af8b177e79ba Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Fri, 5 Mar 2021 15:45:47 +0100 Subject: Updated test.sh to be complient to shellcheck --- random_stack.rb | 8 -------- 1 file changed, 8 deletions(-) delete mode 100755 random_stack.rb (limited to 'random_stack.rb') diff --git a/random_stack.rb b/random_stack.rb deleted file mode 100755 index ab6ad35..0000000 --- a/random_stack.rb +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/ruby - -if ARGV.length != 2 - puts "Usage: #{$PROGRAM_NAME} start end" - exit -end - -puts (ARGV[0]..ARGV[1]).to_a.shuffle.join(" ") -- cgit