added a folder for aftereffects useful stuff, and added some old bash ones I hade laying around
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
search_string=$1;
|
||||
for i in $(find . -type d -maxdepth 1 -name '*$search_String*'); do find "$i" -type d -name '*ivery*' -exec find {} -name '*mov' \;; done
|
||||
Reference in New Issue
Block a user