diff --git a/bin/count b/bin/count new file mode 100755 index 0000000..615ecf9 --- /dev/null +++ b/bin/count @@ -0,0 +1,6 @@ +#!/usr/bin/env lua + +math.randomseed(os.time()) +for i=1,load('return '..(table.concat({...}, ' ')))() do + print(i) +end