Created
July 16, 2020 13:30
-
-
Save titovanton/6c94c7efd10b420731cb664eec8a5a0f to your computer and use it in GitHub Desktop.
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
| #!/usr/bin/env bash | |
| DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" | |
| source $DIR/border.sh | |
| if [ "$0" = "$BASH_SOURCE" ]; then | |
| error "Script must be sourced!" | |
| exit 1 | |
| fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment