mirror of
https://github.com/SinTan1729/CheckIntegrity.git
synced 2024-12-25 08:08:37 -06:00
Clean up
This commit is contained in:
parent
218b7dbae6
commit
a59b6cea3c
1 changed files with 3 additions and 3 deletions
|
@ -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(){
|
||||
|
|
Loading…
Reference in a new issue