asdf
This commit is contained in:
@@ -39,10 +39,10 @@ alias do_sync='rsync -avhu --progress --delete --partial --links'
|
|||||||
|
|
||||||
################### GLOBAL FUNCTIONS #########################
|
################### GLOBAL FUNCTIONS #########################
|
||||||
msg() {
|
msg() {
|
||||||
printf '[MESSAGE]: %s\n' "$*"
|
printf '>>>>>>>>>>>>[MESSAGE]: %s\n' "$*"
|
||||||
}
|
}
|
||||||
errmsg() {
|
errmsg() {
|
||||||
>&2 printf '\n[ERROR]: %s\n\n' "$*"
|
>&2 printf '>>>>>>>>>>>>[ERROR]: %s\n' "$*"
|
||||||
}
|
}
|
||||||
die() {
|
die() {
|
||||||
errmsg "$*"
|
errmsg "$*"
|
||||||
|
|||||||
Reference in New Issue
Block a user