Closed cweider closed 1 month ago
Looks good. What on earth is ||: ?
Ah, ||:
is a bash-ism - :
is a built-in command that does nothing but exit 0
(success). It makes the script succeed despite the preceding mv
failing when there are no file matches.
Thank you Chad. I truly appreciate these tweaks and fixes.
Doing a batch of one of my favorite things: addressing build warnings!
Dockerfile
Dockerfile