new scripts for acting on hierarchies
authorChris Koeritz <fred@gruntose.com>
Fri, 25 May 2018 20:30:47 +0000 (16:30 -0400)
committerChris Koeritz <fred@gruntose.com>
Fri, 25 May 2018 20:30:47 +0000 (16:30 -0400)
commita93f6fd96d2be0b9370b32566964256f8f018cec
treee1fdf56361c4fdcd5b597886aa565b3e21c3b103
parent95ddf70a4d403b9c263fecbe979cd4efe2d881fa
new scripts for acting on hierarchies

act_on_tree runs an action on every folder that is one level down from a directory, where the default is to use the current directory.  so like "act_on_tree git pull" would update all the git repositories under the current dir.  there is a flag for changing the default location to act on.
act_on_apps is a site-avenger specialized version of act_on_tree that runs the command on directories under ~/apps which also happen to be site avenger projects (i.e. they have an avenger5 subdirectory just under the project directory).
scripts/files/act_on_tree.sh [new file with mode: 0644]
scripts/site_avenger/act_on_apps.sh [new file with mode: 0644]