This commit is contained in:
Sayantan Santra 2022-01-07 13:21:23 -06:00
parent 218b7dbae6
commit a59b6cea3c
1 changed files with 3 additions and 3 deletions

View File

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