view bin/repeat @ 5025:0373e583e1cd

<Bike> gcc -Wall hello.c
author HackBot
date Tue, 07 Oct 2014 00:21:08 +0000
parents 7f957c1f4661
children
line wrap: on
line source

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