annotate repeat @ 4317:1b36565828f9

<mrhmouse> echo "for f in \\$(seq \\$1); do \\${args[@]:1} ; done | xargs" >> repeat
author HackBot
date Thu, 16 Jan 2014 22:52:37 +0000
parents a3a43240ad06
children 270a65749c2c
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4316
a3a43240ad06 <mrhmouse> echo "args=$*" > repeat
HackBot
parents:
diff changeset
1 args=
4317
1b36565828f9 <mrhmouse> echo "for f in \\$(seq \\$1); do \\${args[@]:1} ; done | xargs" >> repeat
HackBot
parents: 4316
diff changeset
2 for f in $(seq $1); do ${args[@]:1} ; done | xargs