Last active
March 25, 2022 12:20
-
-
Save brenogcota/160d68297db12952a2e5ce55579e8c8b to your computer and use it in GitHub Desktop.
run vtex link in sub directories
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for d in ./*/ ; do (cd "$d" && echo "${PWD##*/}" && ls ; [ -f manifest.json ] && vtex link); done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment