Last active
September 14, 2020 22:29
-
-
Save OneCDOnly/648b77db6e54bdde4cdb9de4484d3ded to your computer and use it in GitHub Desktop.
build all QPKGs in current directory
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 $(ls -d */); do cd $d; qbuild; cd ..; done; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment