bash-it/plugins
Nils Winkler e2c9c06f96 Added for_all_dirs function to loop through all subdirectories of the current directory and run a command there.
Example: $ for_all_dirs svn up
This will update each subdirectory's content from Subversion. Useful in case you have multiple separate Subversion projects from different roots in the directory that you want to update using one command.
2012-05-29 14:28:55 +02:00
..
available Added for_all_dirs function to loop through all subdirectories of the current directory and run a command there. 2012-05-29 14:28:55 +02:00