This commit is contained in:
Jed Reynolds
2020-12-17 08:45:23 -08:00
parent 5cf4026dbf
commit b3d88f672d

View File

@@ -5,7 +5,7 @@
set -x set -x
set -e set -e
HR=" ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- -----" HR=" ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- -----"
funciton hr() { function hr() {
echo "$HR" echo "$HR"
} }