Update test.sh

This commit is contained in:
2019-02-03 18:48:32 -06:00
parent 7df7658fc6
commit 9c32c379e6

View File

@@ -19,7 +19,7 @@ fi
string='heLLo'
#string=${string,,}
string=${string,,}
string=${string~}
echo "HERE: ${string}"