X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fsite_avenger%2Fact_on_apps.sh;fp=scripts%2Fsite_avenger%2Fact_on_apps.sh;h=32cb32ec534ed6ea90775711a752f1e093bb13b2;hb=a93f6fd96d2be0b9370b32566964256f8f018cec;hp=0000000000000000000000000000000000000000;hpb=95ddf70a4d403b9c263fecbe979cd4efe2d881fa;p=feisty_meow.git diff --git a/scripts/site_avenger/act_on_apps.sh b/scripts/site_avenger/act_on_apps.sh new file mode 100644 index 00000000..32cb32ec --- /dev/null +++ b/scripts/site_avenger/act_on_apps.sh @@ -0,0 +1,12 @@ +#!/bin/bash + +# run a command on all of the existing apps folders, but only if they appear to have site avenger projects in them. + +source "$FEISTY_MEOW_SCRIPTS/core/launch_feisty_meow.sh" + +# fix the app name for our call to the act_on_tree script. +export APP_NAME="$(basename $0 .sh)" + +act_on_tree -f avenger5 -d ~/apps "${@}" + +