Helper functions refactoring

This commit is contained in:
Bruno Sutic
2015-08-03 15:12:45 +02:00
parent eab403b6d8
commit 5adc9a987f
11 changed files with 59 additions and 97 deletions

View File

@ -0,0 +1,7 @@
echo_ok() {
echo "$*"
}
echo_err() {
fail_helper "$*"
}