arr printing

This commit is contained in:
Stephen Kirby
2023-10-13 19:35:26 +00:00
parent 1745c534ed
commit 8918d8aef5

View File

@@ -5,6 +5,12 @@ BOLD='\033[0;1m'
CODE='\033[36;40;1m'
RESET='\033[0m'
IFS=',' read -ra arr <<< "$names"
for i in "${arr[@]}"; do
echo " h: $i"
done
printf "$${BOLD}Installing code-server!\n"
ARGS=(