view bin/repeat @ 6858:ff90693af5e8

<Elronnd> touch hw/python
author HackBot
date Mon, 15 Feb 2016 01:54:13 +0000
parents 7f957c1f4661
children
line wrap: on
line source

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