├── CITATION.cff ├── CODE_OF_CONDUCT.md ├── LICENSE.md ├── README.md ├── cspell.json ├── doc └── exit-codes │ └── index.md └── unix-shell-script-kit /CITATION.cff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SixArm/unix-shell-script-kit/HEAD/CITATION.cff -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SixArm/unix-shell-script-kit/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SixArm/unix-shell-script-kit/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SixArm/unix-shell-script-kit/HEAD/README.md -------------------------------------------------------------------------------- /cspell.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SixArm/unix-shell-script-kit/HEAD/cspell.json -------------------------------------------------------------------------------- /doc/exit-codes/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SixArm/unix-shell-script-kit/HEAD/doc/exit-codes/index.md -------------------------------------------------------------------------------- /unix-shell-script-kit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SixArm/unix-shell-script-kit/HEAD/unix-shell-script-kit --------------------------------------------------------------------------------