=======
5d5cf7a (todo notes)
How to clone repo for testing:
git clone --branch {branch-name} https://github.com/kraker/loadwatch.git /opt/loadwatch
cd /opt/loadwatch
chmod +x loadwatch
Optional oneliner that does the same thing:
git clone --branch memory-dev https://github.com/kraker/loadwatch.git /opt/loadwatch && chmod +x /opt/loadwatch/loadwatch
Run script manually with:
/opt/loadwatch/loadwatch
- Cleanup echo's into groupings with {} or whatever makes sense
- Here doc for
factor_check()
function - Add a
bc_check()
function? - Add a check for if current script is at newest version before running manual updates?
- Fix other ShellCheck things if there are any?
5d5cf7a (todo notes)