Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 143 Bytes

crontab.md

File metadata and controls

12 lines (10 loc) · 143 Bytes

Run on reboot

crontab -e
# insert
@reboot <absolutePath>/<file>.sh

Make executable

chmod +x <absolutePath>/<file>.sh