2 # ---------------------------------------------------------------------------
3 # Multi-Phasic Applications: SquirrelJME
4 # Copyright (C) Stephanie Gawroriski <xer@multiphasicapps.net>
5 # Copyright (C) Multi-Phasic Applications <multiphasicapps.net>
6 # ---------------------------------------------------------------------------
7 # SquirrelJME is under the GNU General Public License v3, or later.
8 # For more information see license.txt.
9 # ---------------------------------------------------------------------------
10 # DESCRIPTION: Performs a complex fossil move.
15 # Directory of this script
16 __exedir
="$(dirname -- "$0")"
21 echo "Usage: $0 (src) (dest)" 1>&2
25 # Forward to other move script
26 "$__exedir/fmv.sh" "$1" "$2"