new scripts for acting on hierarchies
[feisty_meow.git] / scripts / site_avenger / act_on_apps.sh
1 #!/bin/bash
2
3 # run a command on all of the existing apps folders, but only if they appear to have site avenger projects in them.
4
5 source "$FEISTY_MEOW_SCRIPTS/core/launch_feisty_meow.sh"
6
7 # fix the app name for our call to the act_on_tree script.
8 export APP_NAME="$(basename $0 .sh)"
9
10 act_on_tree -f avenger5 -d ~/apps "${@}"
11
12