Skip to content

Instantly share code, notes, and snippets.

@7rin0
Created March 10, 2017 19:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 7rin0/8322a0e74dc241877393f176703cb9e4 to your computer and use it in GitHub Desktop.
Save 7rin0/8322a0e74dc241877393f176703cb9e4 to your computer and use it in GitHub Desktop.
Dir crawler loop
#/bin/bash
# Usually used at cli as inline-command.
for abc in $(dir); do touch $abc/README.md; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment