[READ-ONLY] Mirror of https://github.com/probablykasper/my-bash-scripts. My personal bash scripts
cli
0

Configure Feed

Select the types of activity you want to include in your feed.

Updated `render` for After Effects 2020

Kasper (Sep 4, 2020, 5:59 PM +0200) ce92e820 579c0f09

+1 -1
+1 -1
bin/render
··· 10 10 cyan() { color 6 "$@"; } 11 11 reset() { color 7 "$@"; echo -n `tput sgr0`; } 12 12 13 - aerender=/Applications/Adobe\ After\ Effects\ CC\ 2019/aerender 13 + aerender='/Applications/Adobe After Effects 2020/aerender' 14 14 15 15 help() { 16 16 FILENAME=${0##*/}