arr printing
This commit is contained in:
@@ -5,9 +5,9 @@ BOLD='\033[0;1m'
|
|||||||
CODE='\033[36;40;1m'
|
CODE='\033[36;40;1m'
|
||||||
RESET='\033[0m'
|
RESET='\033[0m'
|
||||||
|
|
||||||
IFS=',' read -ra arr <<< "$names"
|
IFS=',' read -r -a extArr <<< "$EXTENSIONS"
|
||||||
|
|
||||||
for i in "${arr[@]}"; do
|
for i in "${extArr[@]}"; do
|
||||||
echo " h: $i"
|
echo " h: $i"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user