This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
source ~/.bash_profile | |
# assumes you have cwebp installed | |
# https://developers.google.com/speed/webp/download | |
# Typing `cwebp` into terminal should result in anything but Command not found. | |
# Gist by Jimmy Chion | |
# shell script intended to be used in Mac Automator, | |
# so you can right-click on a file and convert the file(s) to webp |