view bin/repeat @ 7609:e507c8c14fbd

<Moon_> fetch http://pastebin.com/raw/ReUariBw
author HackBot
date Fri, 29 Apr 2016 00:31:50 +0000
parents 7f957c1f4661
children
line wrap: on
line source

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