100 private links
Easily handle day to day CLI operation via Python instead of regular Bash programs. - GitHub - CZ-NIC/pz: Easily handle day to day CLI operation via Python instead of regular Bash programs.
Shell-operator is a tool for running event-driven scripts in a Kubernetes cluster - GitHub - flant/shell-operator: Shell-operator is a tool for running event-driven scripts in a Kubernetes cluster
Minimal Bash script template that will make your scripts safer, consistent with standards, and provide a way to parse and validate parameters.
Good intro on Bash errorhandling from Julia Evans
Bash argument parsing code generator. Contribute to matejak/argbash development by creating an account on GitHub.
Often during pen tests you may obtain a shell without having #tty, yet wish to interact further with the system. Here are some commands which will allow you to spawn a tty shell. Obviously some of this will depend on the system environment and installed packages.