Created
August 8, 2022 00:12
-
-
Save neontorrent/403547f61bb337366de887124479e998 to your computer and use it in GitHub Desktop.
Open script directory
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
EXECFILE="$(readlink "$0" || echo "$0")" | |
EXECPATH="$( cd -- "$(dirname "$EXECFILE")" >/dev/null 2>&1 ; pwd -P )" | |
cd "$EXECPATH" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment