view bin/repeat @ 11346:5b4bf7c89772

<oerjan> addquote <shachaf> int-e does not like this [...] <int-e> shachaf: I experience heightened levels of indifference :P <shachaf> Higher than your usual? <int-e> who cares?
author HackBot
date Mon, 19 Feb 2018 02:06:14 +0000
parents 7f957c1f4661
children
line wrap: on
line source

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