Skip to content

Instantly share code, notes, and snippets.

@orbitcowboy
Last active September 12, 2018 06:41
Show Gist options
  • Save orbitcowboy/25b9cf419989310467a3a08f81b6e0e2 to your computer and use it in GitHub Desktop.
Save orbitcowboy/25b9cf419989310467a3a08f81b6e0e2 to your computer and use it in GitHub Desktop.
cppcheckDonateCPU.bash for Raspberry Pi
#!/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