diff options
| author | typebrook <typebrook@gmail.com> | 2019-04-22 09:56:18 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2019-04-22 09:56:18 +0800 |
| commit | 6afba71b0809368b09031b76a01fdc82f3840442 (patch) | |
| tree | f528216c63a7b5c924142c3884ad21a45b7e5e9e | |
| parent | 8e3f90846e19ed6877205afb8a5d78301c21f718 (diff) | |
update
| -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 |