view bin/repeat @ 4485:081307cc01b5

<boily> addquote <fungot> boily: i\'ll probably stop programming the day i will hit the end of the program.
author HackBot
date Thu, 20 Feb 2014 23:25:32 +0000
parents 93df8892a374
children
line wrap: on
line source

cnt=$1; shift; for f in $(seq $cnt); do "$@"; done | xargs