adding startwork script

This commit is contained in:
2023-04-23 13:46:15 +01:00
parent c64cb6bca2
commit a270f517fb

4
Scripts/StartWork.bash Normal file
View File

@ -0,0 +1,4 @@
#!/bin/bash
find ~/Obsidian -maxdepth 5 -type d -not -path '*/node_modules*' -not -path '*/.*' 2>&1 | grep -v "Permission denied" > ~/.startwork.txt
find ~/Code -maxdepth 3 -type d -not -path '*/node_modules*' -not -path '*/.*' 2>&1 | grep -v "Permission denied" >> ~/.startwork.txt