added video presets

This commit is contained in:
JMARyA 2020-11-24 16:49:53 +01:00
parent 074b56ba30
commit 277fb7b293
No known key found for this signature in database
GPG key ID: 19BD48AEE60FA00B
11 changed files with 17 additions and 6 deletions

7
video_presets.zsh Normal file
View file

@ -0,0 +1,7 @@
function mkVideoProj() {
mkdir $1 && cd $1;
mkdir -p Media;
mkdir -p Renders;
mkdir -p Thumbnails;
}