Sprinkle in some bash control operators.

You can use command1!!command2 which will run command2 if command1 returns an error, where command1 could be the download with force webm and command2 without it.

(Similarly && instead of !! would run the second command if the first succeeded.)

Reply via email to