Skip to content

Instantly share code, notes, and snippets.

View karenxpn's full-sized avatar
:octocat:
Buggy Codes

Karen Mirakyan karenxpn

:octocat:
Buggy Codes
View GitHub Profile
# list all folders
layerList=$(find -name 'flayer')
curDir=$(pwd)
echo executing $layerList
echo curdir is $curDir
# loop though each path
for path in $layerList
do
echo $path