Skip to content
Snippets Groups Projects
Select Git revision
  • a9805a7e3920f93091919c88e7c49fbdadb7a68f
  • master default protected
2 results

Dockerfile

Blame
  • all_off.sh 126 B
    #!/bin/bash
    
    echo "Turning everything off.."
    
    for i in {0..60}
    do
            ./manual_control $i 0 > /dev/null
    done
    echo "done!"