diff options
author | David Phillips <david@sighup.nz> | 2016-10-26 20:44:03 +1300 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2016-10-26 20:44:03 +1300 |
commit | 49b53c75b94aea509436536f94dc3e65354b9fcf (patch) | |
tree | b4b9fa0153e79d67c4aef01ca346a4d7a7b334c7 /local/bin/scron | |
parent | 4b84b1c26b4b0ca4a6b2fad3e133e628b10f8f6c (diff) | |
download | dotfiles-49b53c75b94aea509436536f94dc3e65354b9fcf.tar.xz |
Add local/bin files
Diffstat (limited to 'local/bin/scron')
-rwxr-xr-x | local/bin/scron | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/local/bin/scron b/local/bin/scron new file mode 100755 index 0000000..879500c --- /dev/null +++ b/local/bin/scron @@ -0,0 +1,4 @@ +#!/usr/bin/bash + +echo scron - super user\'s cron +sudo EDITOR=$EDITOR crontab -e |