view bin/repeat @ 9387:d906511395c4

<ais523> ` sed -i -e "s/FLAGS=\'-std/FLAGS=\'-lm -std/" interps/gcccomp/gcccomp
author HackBot
date Fri, 21 Oct 2016 22:06:29 +0000
parents 7f957c1f4661
children
line wrap: on
line source

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