Scripts

Auto running a script Create the script Create a folder to store the script in mkdir ./bin cd ./bin Create the script using the nano text editor sudo nano script_auto_run In the nano editor, type this script: #!/bin/bash # Script to start our application echo "Doing autorun script…" sudo /home/pi/projects/my_project.a &   Replace "sudo /home/pi/projects/my_project.a … Continue reading Scripts