Created
September 11, 2015 15:17
-
-
Save ruskotron/48614248d103caf9588c to your computer and use it in GitHub Desktop.
Run a build in the background ; write output to faster local 'scratch' ; on exit copy output into local dir
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
$ nohup bash -c "(. env.sh ; make all > /tmp/build.log.${!} 2>&1 ; mv /tmp/build.log.${!} .)" & |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment