Skip to content

Instantly share code, notes, and snippets.

@insanity54
Created November 10, 2019 04:14
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save insanity54/fc8f183e77b90fe0b8c9b10e31aa6bd3 to your computer and use it in GitHub Desktop.
Save insanity54/fc8f183e77b90fe0b8c9b10e31aa6bd3 to your computer and use it in GitHub Desktop.
bindir bash
#!/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