From f26664f2660dac62533fa69ed06593c1b03a502d Mon Sep 17 00:00:00 2001 From: Morgan Date: Mon, 21 Feb 2022 14:36:44 +0100 Subject: [PATCH] Using Go as a scripting language in Linux --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e217a8c..4965e36 100644 --- a/README.md +++ b/README.md @@ -2832,6 +2832,7 @@ rpm --rebuilddb * [ibraheemdev/modern-unix](https://github.com/ibraheemdev/modern-unix) - A collection of modern/faster/saner alternatives to common unix commands. * [unixnut/scripts](https://github.com/unixnut/scripts) - Small, useful platform-agnostic scripts (mostly just for Linux) that don't justify having their own repo | Lot of cool scripts to take inspiration from. * [Nicolas Karolak](https://blog.karolak.fr/2019/11/25/les-raccourcis-clavier-de-bash/) - :fr: [FR] (2019) Les raccourcis clavier de Bash +* [Ignat Korchagin](https://blog.cloudflare.com/using-go-as-a-scripting-language-in-linux/) - (2018) Using Go as a scripting language in Linux ## Emacs * [emacs-tw/awesome-emacs](https://github.com/emacs-tw/awesome-emacs) - list of useful Emacs packages, libraries and others. @@ -4646,6 +4647,7 @@ type `curl ident.me` to know your public ip * [Scott Robinson](https://stackabuse.com/substrings-in-bash/) - (2016) Substrings in Bash * [Nicolas Karolak](https://blog.karolak.fr/2019/11/25/les-raccourcis-clavier-de-bash/) - :fr: [FR] (2019) Les raccourcis clavier de Bash * [Maciej Radzikowski](https://betterdev.blog/minimal-safe-bash-script-template/) - (2020) Minimal safe Bash script template +* [Ignat Korchagin](https://blog.cloudflare.com/using-go-as-a-scripting-language-in-linux/) - (2018) Using Go as a scripting language in Linux ## Shell Aliases See also [Dotfiles / Aliases](sections/programming.md#dotfiles--aliases)