view bin/repeat @ 4864:fd8900560d51

<mroman_> env x=\'() { :;}; echo vulnerable > foo\' bash -c "echo this is a test"
author HackBot
date Thu, 25 Sep 2014 09:51:39 +0000
parents 7f957c1f4661
children
line wrap: on
line source

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