Skip to content

Instantly share code, notes, and snippets.

@tamsky
Last active April 13, 2019 07:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tamsky/11797593886dd548ae2efc95003fbb03 to your computer and use it in GitHub Desktop.
Save tamsky/11797593886dd548ae2efc95003fbb03 to your computer and use it in GitHub Desktop.
bash hint for executing $0
( cd ${dest_path} && $0 )
vs
( cd ${dest_path} && $(realpath "${BASH_SOURCE[0]}") )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment