medium change set
This commit is contained in:
+7
-8
@@ -25,14 +25,13 @@ d()
|
||||
m()
|
||||
{
|
||||
case "${1}" in
|
||||
q) printf '%s' "[Question]: ${2}";;
|
||||
a) printf '%s' "[Answer]: ${2}";;
|
||||
A) printf '%s' "[Action]: ${2}";;
|
||||
i) printf '%s' "[Info]: ${2}";;
|
||||
w) printf '%s' "[Warning]: ${2}";;
|
||||
e) printf '%s' "[Error]: ${2}";;
|
||||
f) printf '%s' "[Fatal]: ${2}";;
|
||||
*) printf '%s' "${1}";;
|
||||
q) echo -e "[Question]: ${2}";;
|
||||
A) echo -e "[Action]: ${2}";;
|
||||
i) echo -e "[Info]: ${2}";;
|
||||
w) echo -e "[Warning]: ${2}";;
|
||||
e) echo -e "[Error]: ${2}";;
|
||||
f) echo -e "[Fatal]: ${2}";;
|
||||
*) echo -e "${1}";;
|
||||
esac
|
||||
}
|
||||
rp()
|
||||
|
||||
Reference in New Issue
Block a user