Code Sample |
#!/bin/bash ./FAH502-Linux.exe >> Folding.log 2>&1 & |
Code Sample |
#!/bin/bash cd ~/foldathome //go into the folder of the folding client for proper placement and using of config ./FAH & // call the script to execute the client and put it in the background read //Causes the window to pause so that one can watch the CPU level to see when core is running. |