From 6f7315057ce7059a864ac892e1e878c2e7a3aae9 Mon Sep 17 00:00:00 2001 From: Morgan Date: Thu, 10 Oct 2019 18:25:04 +0200 Subject: [PATCH] pure bash/POSIX sh alternatives to external processes --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 62ef954..8978502 100644 --- a/README.md +++ b/README.md @@ -5981,6 +5981,8 @@ type `curl ident.me` to know your public ip * [Bash-Oneliner](https://onceupon.github.io/Bash-Oneliner/) - A collection of handy Bash One-Liners and terminal tricks for data processing and Linux system maintenance. **Bonus** : [GitHub repository](https://github.com/onceupon/Bash-Oneliner) * [transfer.sh](https://transfer.sh) - Easy file sharing from the command line * [Vincent Danen](https://www.techrepublic.com/blog/linux-and-open-source/using-vi-key-bindings-in-bash-and-zsh/) - (2008) Using vi key bindings in bash and zsh +* [dylanaraps/pure-bash-bible](https://github.com/dylanaraps/pure-bash-bible) - 📖 A collection of pure bash alternatives to external processes. +* [dylanaraps/pure-sh-bible](https://github.com/dylanaraps/pure-sh-bible) - 📖 A collection of pure POSIX sh alternatives to external processes. ## Shell Aliases See also [Dotfiles / Aliases](#dotfiles--aliases)