view bin/repeat @ 8566:6119f30fc5cb

<int-e> learn pico is the useless twin of nano.
author HackBot
date Wed, 22 Jun 2016 18:48:29 +0000
parents 7f957c1f4661
children
line wrap: on
line source

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