view bin/repeat @ 11234:478cad8b2005

<oerjan> le/rn testing // what happened with that
author HackBot
date Thu, 02 Nov 2017 15:36:03 +0000
parents 7f957c1f4661
children
line wrap: on
line source

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