Skip to content

Commit

Permalink
Merge pull request #271 from philipjkim/master
Browse files Browse the repository at this point in the history
implemented `die` function in bash-template
  • Loading branch information
muuki88 committed Jun 13, 2014
2 parents 342704d + 3426013 commit 299c81e
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
### Helper methods for BASH scripts ###
### ------------------------------- ###

die() {
echo "$@" 1>&2
exit 1
}

realpath () {
(
TARGET_FILE="$1"
Expand Down

0 comments on commit 299c81e

Please sign in to comment.