#
# go to the main folder of the project you're building before you run this.
+source "$FEISTY_MEOW_SCRIPTS/core/functions.sh"
+
echo "$(date_stringer)"
echo "Building application from $(\pwd)"
echo " via standard 'configure;make;sudo make install' process..."
if [ ! -z "$SHELL_DEBUG" ]; then echo creating temporary directory...; fi
+source "$FEISTY_MEOW_SCRIPTS/core/functions.sh"
+
if [ -z "$TMP" ]; then
export TMP=$HOME/.tmp
# main declaration of the transients area.
#!/bin/bash
+source "$FEISTY_MEOW_SCRIPTS/core/functions.sh"
+
(
echo '###############################################################################'
echo
#!/bin/bash
+source "$FEISTY_MEOW_SCRIPTS/core/functions.sh"
+
temphost=$(hostname | sed -e 's/\([^.]*\)\..*/\1/')
tar -czf /z/stuffing/archives/backup_dbs_${temphost}_$(date_stringer).tar.gz /home/archives/mysql_dbs/*
#!/bin/bash
+source "$FEISTY_MEOW_SCRIPTS/core/functions.sh"
+
bad_file="$HOME/bad_protections.txt"
if [ $# = 0 ]; then dirname=$HOME; export dirname;
else dirname=$1; export dirname; fi
#!/bin/bash
# a simple script that backs up the opensim database assets.
+source "$FEISTY_MEOW_SCRIPTS/core/functions.sh"
+
host=$(echo $(hostname) | sed -e 's/\([^.]*\)\..*/\1/')
bkupname=opensim_bkup_${host}_$(date_stringer).mysql_bkup
#!/bin/bash
# a simple script that backs up the opensim database assets.
+source "$FEISTY_MEOW_SCRIPTS/core/functions.sh"
+
host=$(echo $(hostname) | sed -e 's/\([^.]*\)\..*/\1/')
bkupname=osgrid_bkup_${host}_$(date_stringer).mysql_bkup
# keeps trying to mount the cd on a mac mini to overcome
# a new bug in itunes seen as of osx leopard upgrade.
+source "$FEISTY_MEOW_SCRIPTS/core/functions.sh"
+
mountpoint=/Volumes/mounty_cd
echo "$(date_stringer): starting cd mounter..."
# This program is meant to be started by the program keep_awake and has
# the basic guts that are meant to execute inside of a semi-perpetual loop.
+source "$FEISTY_MEOW_SCRIPTS/core/functions.sh"
+
# save the process id for the goodbye program to deal with.
#echo $$ >>$TMP/trash.last_keep_awake_process
#don't let the shutdown guy know who we are; we want to keep running now.
# Thanks to Kevin Wika for this shell.
+source "$FEISTY_MEOW_SCRIPTS/core/functions.sh"
+
trap '' HUP
trap '' INT
trap '' QUIT
# this program is run in the background to show a bye message on the console.
+source "$FEISTY_MEOW_SCRIPTS/core/functions.sh"
+
export LIGHTWEIGHT_INIT=true # make sure we just get our variables.
source $HOME/yeti/scripts/launch_feisty_meow.sh
export host=$(hostname)