X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fexamples%2Fbashisms%2Fscript_location.sh;fp=scripts%2Fexamples%2Fbashisms%2Fscript_location.sh;h=0000000000000000000000000000000000000000;hb=a13cd5a85a0981acfd3702c4eaec9aeff3ed80da;hp=bdae0fc7735ac04acc2114716d88a1ed5bdc4451;hpb=e93b155f95a019775a27f2b3ad03484e1bacfcdf;p=feisty_meow.git diff --git a/scripts/examples/bashisms/script_location.sh b/scripts/examples/bashisms/script_location.sh deleted file mode 100644 index bdae0fc7..00000000 --- a/scripts/examples/bashisms/script_location.sh +++ /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 )" -