repo.or.cz
/
hband-tools.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
bugfixes, features, documentation, examples, new tool
[hband-tools.git]
/
user-tools
/
errorlevel
blob
7dccad447336980d60d7d28e7dd8152de08a18ed
1
#!/bin/sh
2
3
true
<<EOF
4
=pod
5
6
=head1 NAME
7
8
errorlevel - Exit with the given status code
9
10
=cut
11
12
EOF
13
14
15
exit
$1