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