Skip to content

Instantly share code, notes, and snippets.

@Kami
Created August 11, 2011 20:02
Show Gist options
  • Select an option

  • Save Kami/1140606 to your computer and use it in GitHub Desktop.

Select an option

Save Kami/1140606 to your computer and use it in GitHub Desktop.
function multi {
n=$1; shift; for ((i=0;i<n;i++)) do $@; done;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment