...
wget https://github.com/swo/lake_matlab_sens/archive/master.zip
Running something on a detatched screen:
use screen. This will help you figure stuff out:
screen -man
or
screen --help
This starts screen:
screen -A SPPtest
This detaches but keeps it running:
hold "control" and "A" keys then type "D"
To reattach to detached screen:
screen -R SPPtest
To get rid of the screen altogether type this from within a screen:
exit