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
1 | $ cd ~ |
- Open up $ .bashrc configuration:
1 | sudo nano .bashrc |
- Add the name of your script to the bottom example; ./myscript
- Save and exit: Ctrl+X, Y, Enter