m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/cron.md
diff options
context:
space:
mode:
Diffstat (limited to 'cron.md')
-rw-r--r--cron.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/cron.md b/cron.md
new file mode 100644
index 0000000..8767452
--- /dev/null
+++ b/cron.md
@@ -0,0 +1,9 @@
+# Running recurring tasks with cron
+
+List current cron jobs:
+
+ crontab -l
+
+Edit your cron jobs:
+
+ crontab -e