3 # cleans up the ownership for all my files.
6 sudo chown -R fred:fred /home/fred /home/games /home/archives /usr/local/fred
7 sudo bash $FEISTY_MEOW_SCRIPTS/files/normal_perm.sh /var/log
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 THISDIR="$( \cd "$(\dirname "$0")" && /bin/pwd )"
14 export LIGHTWEIGHT_INIT=true
15 source "$THISDIR/../../scripts/core/launch_feisty_meow.sh"