Linux Bash script on archlinuxarm

You can add a line to your .bashrc file, so that it will be executed after restart and first login:
echo "python /home/username/myscript.py" >> ~/.bashrc

Regards,
Christian
 
Back
Top