Last active
September 12, 2018 06:41
-
-
Save orbitcowboy/25b9cf419989310467a3a08f81b6e0e2 to your computer and use it in GitHub Desktop.
cppcheckDonateCPU.bash for Raspberry Pi
This file contains hidden or 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
#!/bin/bash | |
(while true; do | |
/usr/bin/python ~/cppcheck-donate-cpu-workfolder/cppcheck/tools/donate-cpu.py &> ~/Desktop/log.txt | |
done) & |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment