view bin/repeat @ 9972:b2b098f236d6

<oerjan> rm bin/w
author HackBot
date Thu, 15 Dec 2016 01:21:44 +0000
parents 7f957c1f4661
children
line wrap: on
line source

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