bugfixes, features, documentation, examples, new tool
[hband-tools.git] / user-tools / errorlevel
blob7dccad447336980d60d7d28e7dd8152de08a18ed
1 #!/bin/sh
3 true <<EOF
4 =pod
6 =head1 NAME
8 errorlevel - Exit with the given status code
10 =cut
12 EOF
15 exit $1