Skip to content

Instantly share code, notes, and snippets.

@orzklv
Last active February 7, 2021 19:15
Show Gist options
  • Save orzklv/ba4dabb4f9ee5054f9bb400947dd32ea to your computer and use it in GitHub Desktop.
Save orzklv/ba4dabb4f9ee5054f9bb400947dd32ea to your computer and use it in GitHub Desktop.
Start shell from current working space directory
#!/bin/sh
# shellcheck disable=SC2164
cd "$( dirname "$0" )"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment