diff options
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 |