diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -37,3 +37,6 @@ push: | |||
| 37 | 37 | ||
| 38 | crontab: | 38 | crontab: |
| 39 | (crontab -l 2>/dev/null; cat script/*.cron) | crontab - | 39 | (crontab -l 2>/dev/null; cat script/*.cron) | crontab - |
| 40 | |||
| 41 | bashrc: | ||
| 42 | echo "sh ~/settings/script/sync.sh" >> ~/.bashrc | ||