3 source "$FEISTY_MEOW_SCRIPTS/core/launch_feisty_meow.sh"
5 outfile="$(mktemp "$TMP/region_ports.XXXXXX")"
6 grep "InternalPort *= *[0-9][0-9]*" "$HOME/opensim/bin/Regions"/* | sed -e "s/.*= *\([0-9]*\).*/\1/" | sort -g &>$outfile
8 if [ ! -z "$DEBUG_FEISTY_MEOW" ]; then
21 echo "opensim ports range from $(head -1 $outfile) to $(tail -1 $outfile)"