From ed943ceda9ff7c70e9ffd216426f252bf0224369 Mon Sep 17 00:00:00 2001 From: jorgevasquezp Date: Tue, 28 Feb 2017 11:03:45 -0800 Subject: [PATCH] Added ascript to create the folder structure of a disney project piece --- bash/mkn_d_mk_piece.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 bash/mkn_d_mk_piece.sh diff --git a/bash/mkn_d_mk_piece.sh b/bash/mkn_d_mk_piece.sh new file mode 100755 index 0000000..1e2d9a8 --- /dev/null +++ b/bash/mkn_d_mk_piece.sh @@ -0,0 +1,10 @@ +for i; +do + curr_proj="DC_WTR" + new_dir=$curr_proj"_Projects_"$i + mkdir $new_dir + mkdir $new_dir"/2D" + mkdir $new_dir"/2D/footage" + mkdir $new_dir"/Sample Renders" +done; +echo -e '\a'