Cómo ejecutar el script en Linux al inicio
crontab -e // To make a crontab file
@reboot *your shell command here* // to run at startup
Flyhouse_Squarewheel
crontab -e // To make a crontab file
@reboot *your shell command here* // to run at startup
$ sudo vim .bashrc