This commit is contained in:
Sayantan Santra 2022-01-07 13:21:23 -06:00
parent 218b7dbae6
commit a59b6cea3c

View file

@ -1,9 +1,9 @@
#!/bin/sh #!/bin/sh
# formatting # formatting
red=$(tput setaf 1) red=`tput setaf 1`
green=$(tput setaf 2) green=`tput setaf 2`
normal=$(tput sgr0) normal=`tput sgr0`
# error function # error function
error(){ error(){