5 reapply_cool_permissions fred
7 # anything else specific to fred?
10 # this block should execute when the script is actually run, rather
11 # than when it's just being sourced.
12 if [[ $0 =~ .*refred\.sh.* ]]; then
13 source "$FEISTY_MEOW_SCRIPTS/core/launch_feisty_meow.sh"
14 exit_on_error "sourcing the feisty meow environment"
15 source "$FEISTY_MEOW_SCRIPTS/security/cool_permissionator.sh"
16 exit_on_error "sourcing the permission script"
18 continue_on_error "refredding process"