├── .github └── workflows │ └── shellcheck.yml ├── LICENSE.txt ├── MacClam.sh └── README.md /.github/workflows/shellcheck.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/killdash9/MacClam/HEAD/.github/workflows/shellcheck.yml -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/killdash9/MacClam/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /MacClam.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/killdash9/MacClam/HEAD/MacClam.sh -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/killdash9/MacClam/HEAD/README.md --------------------------------------------------------------------------------