From 2338cb538744687d3ce8f246566b3baddc3ecd75 Mon Sep 17 00:00:00 2001 From: Morgan Date: Mon, 5 Aug 2019 13:39:58 +0200 Subject: [PATCH] (2019) Do-nothing scripting: the key to gradual automation --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 108a545..b02a1f5 100644 --- a/README.md +++ b/README.md @@ -5235,6 +5235,7 @@ Raw * [DistroTest](https://distrotest.net/?module=systems&action=list) - The first online operating system tester | Take a look at the existing linux distributions, test them live online and thus without any installation * [gitignore.io](https://www.gitignore.io/) - Generate .gitignore files for your project * [1x Engineer](https://1x.engineer/) - a non-exhaustive list of what qualities make up a 1x engineer. +* [Dan Slimmon](https://blog.danslimmon.com/2019/07/15/do-nothing-scripting-the-key-to-gradual-automation/) - (2019) Do-nothing scripting: the key to gradual automation | pattern for scripts that do nothing but still help on the road to automation ## Programmer humor * [CommitStrip](http://www.commitstrip.com/en) - daily life of developers @@ -5725,6 +5726,7 @@ Raw type `curl ident.me` to know your public ip * [Miguel Rentes](https://rentes.github.io/unix/utilities/2015/07/27/moreutils-package/) - (2015) moreutils: the utilities package every UNIX/Linux/Mac OS developer should know | nice utilities * [MorganGeek](https://gist.github.com/MorganGeek/3d29301206b52f02db001126d7adfafe) - My own favorite commands ;-) +* [Dan Slimmon](https://blog.danslimmon.com/2019/07/15/do-nothing-scripting-the-key-to-gradual-automation/) - (2019) Do-nothing scripting: the key to gradual automation | pattern for scripts that do nothing but still help on the road to automation ## Shell Aliases * [robbyrussell/oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh/blob/master/plugins/common-aliases/common-aliases.plugin.zsh) - common aliases from oh-my-zsh