Compare commits
1 Commits
master
...
0ba83cd768
| Author | SHA1 | Date | |
|---|---|---|---|
| 0ba83cd768 |
7
myfunctions.sh
Normal file
7
myfunctions.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
function myerror {
|
||||
code=$1
|
||||
shift
|
||||
msg="$*"
|
||||
echo $msg
|
||||
exit $code
|
||||
}
|
||||
Reference in New Issue
Block a user