Skip to content

Commit 7b71f61

Browse files
committed
arr printing
1 parent 7d47233 commit 7b71f61

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

code-server/run.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ BOLD='\033[0;1m'
55
CODE='\033[36;40;1m'
66
RESET='\033[0m'
77

8-
IFS=',' read -r -a extArr <<< "$EXTENSIONS"
8+
printf "ext string$${EXTENSIONS}"
9+
10+
IFS=',' read -r -a extArr <<< "$${EXTENSIONS}"
911

1012
for i in "${extArr[@]}"; do
1113
echo " h: $i"

0 commit comments

Comments
 (0)