geek stuff, writ fast
warn() { printf "$* at line %s file %s\n" $(caller) 1>&2 ; }die() { warn $*; exit -1;}
Post a Comment
No comments:
Post a Comment