lockserver
This commit is contained in:
@@ -48,6 +48,11 @@ die() {
|
||||
errmsg "$*"
|
||||
exit 1
|
||||
}
|
||||
debug() {
|
||||
if [ "$DEBUG" ] ; then
|
||||
>&2 printf '>>>>>>>>>DEBUG: %s\n' "$*"
|
||||
fi
|
||||
}
|
||||
isempty() {
|
||||
for arg in "$@" ; do
|
||||
# exit in error if file
|
||||
|
||||
Reference in New Issue
Block a user