Update test.sh

This commit is contained in:
2019-02-03 18:48:07 -06:00
parent ae1d141873
commit 1f5e70b36f

View File

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