Skip to content

Instantly share code, notes, and snippets.

@vespakoen
Created October 16, 2015 02:09
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 vespakoen/3152820bfd09f0d8594a to your computer and use it in GitHub Desktop.
Save vespakoen/3152820bfd09f0d8594a to your computer and use it in GitHub Desktop.
#!/bin/sh
find -mindepth 1 -maxdepth 1 -type d | while read -r dir; do cd $dir && printf "\n$dir\n++++++++++++++++++++++++++n\n"; $@; cd ..; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment