Skip to content

Instantly share code, notes, and snippets.

@OneCDOnly
Last active September 14, 2020 22:29
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save OneCDOnly/648b77db6e54bdde4cdb9de4484d3ded to your computer and use it in GitHub Desktop.
Save OneCDOnly/648b77db6e54bdde4cdb9de4484d3ded to your computer and use it in GitHub Desktop.
build all QPKGs in current directory
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