[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 usage info for "render"

Kasper (Apr 3, 2019, 9:13 PM +0200) 17dbfbf2 701028a9

+5 -3
+5 -3
bin/render
··· 3 3 help() { 4 4 SCRIPT_FILENAME=${0##*/} 5 5 echo "" 6 - echo "Syntax: $SCRIPT_FILENAME <path> [path...]" 7 - echo " path: After Effects .aep file for aerender to render." 8 - echo " Can also be a directory that contains .aep files." 6 + echo "`tput setaf 2`Usage:`tput setaf 7`" 7 + echo " `tput setaf 6`$SCRIPT_FILENAME`tput setaf 7` <path>" 8 + echo "" 9 + echo "`tput setaf 2`Options:`tput setaf 7`" 10 + echo " `tput setaf 6`path`tput setaf 7` After Effects .aep file for aerender to render." 9 11 echo "" 10 12 } 11 13