3 function do_redeveloper()
5 reapply_cool_permissions developer
7 # anything else specific to developer?
10 # this block should execute when the script is actually run, rather
11 # than when it's just being sourced.
12 if [[ $0 =~ .*redeveloper\.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 exit_on_error "redevelopering process"