Update test.sh
This commit is contained in:
@@ -17,8 +17,9 @@ if [ "`git log --pretty=%H ...refs/heads/master^ | head -n 1`" != "`git ls-remot
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
TEST='hello'
|
string='hello'
|
||||||
|
|
||||||
ADISP="$(tr '[:lower:]' '[:upper:]' << ${TEST:0:1})${TEST:1}"
|
string=${string,,}
|
||||||
|
string=${string~}
|
||||||
|
|
||||||
echo "HERE: ${ADISP}"
|
echo "HERE: ${string}"
|
||||||
Reference in New Issue
Block a user