Shell script that toggles macOS screenshot drop shadow.
In the same directory as the script
sh toggleScreenshotShadow.sh... or, from any directory, if set-up in path
toggleScreenshotShadow.shIn order to be able to use this script from any directory you must install it on your shell's PATH.
- First, move the script to
/usr/local/bin
mv toggleScreenshotShadow.sh /usr/local/bin- Lastly, make it executable
chmod +x /usr/local/bin/toggleScreenshotShadow.sh
