Skip to content

Instantly share code, notes, and snippets.

@dsmrt
Last active October 27, 2023 16:55
Show Gist options
  • Save dsmrt/c83fc4b6e1fd83c293c7a7ba20c6a228 to your computer and use it in GitHub Desktop.
Save dsmrt/c83fc4b6e1fd83c293c7a7ba20c6a228 to your computer and use it in GitHub Desktop.
Things I use in Bash scripts a lot
#!/usr/bin/env bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
BRANCH=$(git rev-parse --abbrev-ref HEAD)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment