Update test.sh

This commit is contained in:
2019-02-03 18:47:56 -06:00
parent 6be28e4ba6
commit ae1d141873

View File

@@ -17,8 +17,9 @@ if [ "`git log --pretty=%H ...refs/heads/master^ | head -n 1`" != "`git ls-remot
fi
TEST='hello'
string='hello'
ADISP="$(tr '[:lower:]' '[:upper:]' << ${TEST:0:1})${TEST:1}"
string=${string,,}
string=${string~}
echo "HERE: ${ADISP}"
echo "HERE: ${string}"