view bin/repeat @ 5734:bef91ba8842d

<ZombieCheney> learn 42 https://github.com/zackjk/The-Identity/blob/master/LICENSE
author HackBot
date Thu, 25 Jun 2015 03:55:44 +0000
parents 7f957c1f4661
children
line wrap: on
line source

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