From 9c32c379e6c8e4d88c518727c7766d53c2d39ed1 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 3 Feb 2019 18:48:32 -0600 Subject: [PATCH] Update test.sh --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index 14ca2f5..1b2ee68 100755 --- a/test.sh +++ b/test.sh @@ -19,7 +19,7 @@ fi string='heLLo' -#string=${string,,} +string=${string,,} string=${string~} echo "HERE: ${string}" \ No newline at end of file