Skip to content

Instantly share code, notes, and snippets.

@WilDoane
Created December 4, 2012 16:23
Show Gist options
  • Save WilDoane/4205782 to your computer and use it in GitHub Desktop.
Save WilDoane/4205782 to your computer and use it in GitHub Desktop.
Quick creation of files in subdirectories
for f in Mod* ; touch $f/index.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment