Jasper Nuyens

Results 3 issues of Jasper Nuyens

Example: #!/bin/bash while true do sleep 1 & done Gives this with syntax error: while true;do sleep 1&;done Should be without the ; before done because of the &: while...

Update Readme to include how to activate the Tesla specific configuration options. Will make everybody happier.

Added the current kernel config for easier hacking and reference.