Skip to content

Instantly share code, notes, and snippets.

@titovanton
Created July 16, 2020 13:30
Show Gist options
  • Select an option

  • Save titovanton/6c94c7efd10b420731cb664eec8a5a0f to your computer and use it in GitHub Desktop.

Select an option

Save titovanton/6c94c7efd10b420731cb664eec8a5a0f to your computer and use it in GitHub Desktop.
#!/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