Skip to content

Instantly share code, notes, and snippets.

@rochefort
Created February 21, 2012 10:21
Show Gist options
  • Select an option

  • Save rochefort/1875651 to your computer and use it in GitHub Desktop.

Select an option

Save rochefort/1875651 to your computer and use it in GitHub Desktop.
bashメモ
i=1; while [ $i -ne 31 ]; do sudo mkdir $i; i=$(( $i + 1 )); done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment