Skip to content
Discussion options

You must be logged in to vote

#// main loop

for client_css in "${client_list[@]}" ; do
    eval client_css="${client_css}"
    if [[ ! -d $(dirname "${client_css}") ]] ; then
        continue
    fi
        cp "${discord_col}" "${client_css}"
done

or

#// main loop

for client_css in "${client_list[@]}" ; do
    eval client_css="${client_css}"
    if [[  -d $(dirname "${client_css}") ]] ; then
        cp "${discord_col}" "${client_css}"
    fi
done

Replies: 1 comment 8 replies

Comment options

You must be logged in to vote
8 replies
@kRHYME7
Comment options

kRHYME7 May 22, 2024
Collaborator

@dieBakterie
Comment options

@dieBakterie
Comment options

@kRHYME7
Comment options

kRHYME7 May 22, 2024
Collaborator

Answer selected by dieBakterie
@kRHYME7
Comment options

kRHYME7 May 22, 2024
Collaborator

@dieBakterie
Comment options

@dieBakterie
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants