Skip to content

Instantly share code, notes, and snippets.

@nlamirault
Created October 13, 2015 10:41
Show Gist options
  • Save nlamirault/a7da62535c4df88bb905 to your computer and use it in GitHub Desktop.
Save nlamirault/a7da62535c4df88bb905 to your computer and use it in GitHub Desktop.
Generate propjectile projects cache
$ cd Perso
$ for i in `ls`; do if [ -d $i ]; then echo "\"~/Perso/$i\"" ; fi ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment