diff --git a/bin/scriptamanent b/bin/scriptamanent index 36c6449..bf7bd3a 100755 --- a/bin/scriptamanent +++ b/bin/scriptamanent @@ -6,15 +6,15 @@ REPODIR=`realpath ${SCRIPTDIR}/..` git=`command -v git` -function msg { +msg() { echo "`tput bold`${*}`tput sgr0`" } -function info { +info() { echo "`tput bold``tput setaf 2`[INFO]`tput sgr0` `msg ${*}`" } -function err { +err() { echo "`tput bold``tput setaf 1`[ERROR]`tput sgr0` `msg ${*}`" }