Update test.sh

This commit is contained in:
2019-02-03 18:45:12 -06:00
parent 60bfdefb47
commit d0dbb9a7e4

View File

@@ -21,4 +21,4 @@ TEST='hello'
ADISP="$(tr '[:lower:]' '[:upper:]' <<< ${test:0:1})${test:1}"
echo $ADISP
echo "HERE: ${ADISP}"