Raspberry PI – excuting shell scripts
How to execute a shell script on your Raspberry PI?create a diretory for the script, for instance:sudo mkdir /home/pi/Codecreate a shell script with nano (or another editor):sudo nano /home/pi/Code/updatePI.shexample: the…