This commit is contained in:
mollusk 2018-07-19 15:34:55 -07:00
parent bbf9c64db0
commit bc8a7c04cc

2
tux.sh
View File

@ -102,7 +102,7 @@ fi
checkArg(){
if [ -z "${1}" ];then
echo -e "\n${YELLOW}You need to supply and argument!${NC}\n"
echo -e "\n${YELLOW}You need to supply at least 1 argument!${NC}\n"
exit 1;
fi
}