array IFS

This commit is contained in:
Stephen Kirby
2023-10-13 19:20:52 +00:00
parent 8fac468bb4
commit 03a4cc01be

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env bash
EXTENSIONS=("${EXTENSIONS}")
EXTENSIONS=',' read -ra arr <<< "$${EXTENSIONS}"
IFS=',' read -ra arr <<< "$${EXTENSIONS}"
BOLD='\033[0;1m'
CODE='\033[36;40;1m'
RESET='\033[0m'