cmdok checks that specified commands are OK. If command is OK than it exists in PATH and can be run.
It is a simple, small and portable Bashscript. It is useful in software packages that want to check that some commands exist before trying to run them.
See wiki for more information and examples.
Shell Script Loader is a framework for shell scripts that provides functions that can be used to load, include or call module shell scripts. It supports most shells including Bash, Zsh, Ksh, and other shells based on sh. A compiler can also be used. Please check the website for detailed info.
KeepItSimple: organize&integrate your tools in a non-/interactive menu
...Development or tooling environment: shortcut based menu of commands, which can be used both interactively and non-interactively.
Middleware: simply integrates various software through environment variables.
Really simple! A 500 lines long bashscript easy to maintain, fork or extend.
Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
Kuhn-Munkres is used inside assignment problem solver application. Instance generator application creates input file for the solver. Checker application verifies the solution computed by the solver. A bashscript compiles, executes these apps.
This project implements insert and remove operations on AVL trees. Comments in the source explain the implementation. Test applications perform a run-time check of insert and remove methods. A bashscript builds and executes the test applications.
The RBSEE (Remote BashScript Execution Engine) is set of the bashscript which allows user to send & execute scripts on a remote platform and then collect and assert results. Mainly used for test automation.