changeset 11455:7733f74b995e

<shachaf> mkx bin/5?//cmds=($1); for i in {1..5}; do \\` "${cmds[$((RANDOM % ${#cmds[@]}))]}"; done
author HackBot
date Fri, 16 Mar 2018 00:36:10 +0000
parents f459e4461a7d
children 8043c7d6ee45
files bin/5?
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bin/5?	Fri Mar 16 00:36:10 2018 +0000
@@ -0,0 +1,1 @@
+cmds=($1); for i in {1..5}; do \` "${cmds[$((RANDOM % ${#cmds[@]}))]}"; done