Created
November 10, 2019 04:14
-
-
Save insanity54/fc8f183e77b90fe0b8c9b10e31aa6bd3 to your computer and use it in GitHub Desktop.
bindir bash
This file contains hidden or 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
#!/bin/bash | |
bindir="$(dirname "$(readlink -fm "$0")")" | |
cd "${bindir}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment