6 lines
206 B
Markdown
6 lines
206 B
Markdown
# condexec
|
|
|
|
This is a utility for conditionally running commands
|
|
|
|
It is meant as a replacement for shells in the cases where you only need the shell for running `if [ ... ]`/`if [[ ... ]]]`/ `if test ...`.
|