assorted examples being moved to the top.
[feisty_meow.git] / scripts / examples / bashisms / script_location.sh
diff --git a/scripts/examples/bashisms/script_location.sh b/scripts/examples/bashisms/script_location.sh
deleted file mode 100644 (file)
index bdae0fc..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-
-# find out the location where this script is running from.  this will not
-# work properly in a bash script that is included via 'source' or '.'.
-# the first letter of each command is escaped to eliminate the danger of
-# personal aliases or functions disrupting the results.
-ORIGINATING_FOLDER="$( \cd "$(\dirname "$0")" && \pwd )"
-