Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit 8918d8a

Browse files
committed
arr printing
1 parent 1745c53 commit 8918d8a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

code-server/run.sh

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

8+
IFS=',' read -ra arr <<< "$names"
9+
10+
for i in "${arr[@]}"; do
11+
echo " h: $i"
12+
done
13+
814
printf "$${BOLD}Installing code-server!\n"
915

1016
ARGS=(

0 commit comments

Comments
 (0)