Ras-pi simple startup shell.
If you want to auto run a shell script it is super simple on the pi.
- Make the shell if you dont know how —-> here
- Makesure you are in the pi folder
$ cd ~
- Open up $ .bashrc configuration:
sudo nano .bashrc
- Add the name of your script to the bottom example; ./myscript
- Save and exit: Ctrl+X, Y, Enter
Leave a Reply