Skip to content

Instantly share code, notes, and snippets.

@johnrobertmcc
Created March 1, 2022 16:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnrobertmcc/6d8bcebfa1c1692f265ff79365376a72 to your computer and use it in GitHub Desktop.
Save johnrobertmcc/6d8bcebfa1c1692f265ff79365376a72 to your computer and use it in GitHub Desktop.
function ctwp() {
extension=$1
params=$2 # Add this
for i in *.$extension
do
file=$i
convert $file $params ${file%.*}.webp # Add params here
done
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment