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 -e
HR=" ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- -----"
funciton hr() {
function hr() {
echo "$HR"
}