debian: fix build-deps for focal
[amule.git] / src / utils / scripts / MacOSX / defs-functions.sh
blob27ba5f461a9b570298b9b4818475e6a3fe43eb72
1 # Some helper functions for scripts.
2 # (c) 2011 Angel Vidal ( kry@amule.org ))
3 # Public domain. Use at your own risk.
6 RED="\033[1;31m"
7 BLUE="\033[0;34m"
8 GREEN="\033[0;36m"
9 NONE="\033[0m"
11 function pn
13 echo -e $@
16 function pc
18 echo -en $1
19 shift
20 pn $@
21 echo -en $NONE