├── .github └── FUNDING.yml ├── README.md ├── script.conf └── template-v1.sh /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogtzr/minimal-safe-bash-template/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogtzr/minimal-safe-bash-template/HEAD/README.md -------------------------------------------------------------------------------- /script.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /template-v1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leogtzr/minimal-safe-bash-template/HEAD/template-v1.sh --------------------------------------------------------------------------------