From 40cba75adf9c5ea8238777892d8e53cdecab8e88 Mon Sep 17 00:00:00 2001 From: Atharv Phadnis <31766648+Athi223@users.noreply.github.com> Date: Tue, 1 Nov 2022 21:42:17 +0530 Subject: [PATCH] Added cheatsheet for Cron (#8636) * Added cheatsheet for Cron Added Cron cheatsheet under a new category 'Linux' * Fixed linting issue * Moved 'Cron' into Shell Scripting --- more/free-programming-cheatsheets.md | 1 + 1 file changed, 1 insertion(+) diff --git a/more/free-programming-cheatsheets.md b/more/free-programming-cheatsheets.md index 40980d94b..975ff1738 100644 --- a/more/free-programming-cheatsheets.md +++ b/more/free-programming-cheatsheets.md @@ -417,6 +417,7 @@ * [Bash Cheatsheet - CheatSheet.Wtf](https://www.cheatsheet.wtf/bash) - smokingcuke (HTML) * [Bash Scripting cheatsheet](https://devhints.io/bash) Devhints (HTML) +* [Cron Cheatsheet](https://devhints.io/cron) - DevHints, Rico Santa Cruz (HTML) * [Fish Shell cheatsheet](https://devhints.io/fish-shell) - DevHints, Rico Santa Cruz (HTML)