├── .github └── workflows │ └── sign.yml ├── LICENSE ├── README.md ├── acsign.php ├── run.php └── task.json /.github/workflows/sign.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BANKA2017/Acsign/HEAD/.github/workflows/sign.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BANKA2017/Acsign/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BANKA2017/Acsign/HEAD/README.md -------------------------------------------------------------------------------- /acsign.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BANKA2017/Acsign/HEAD/acsign.php -------------------------------------------------------------------------------- /run.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BANKA2017/Acsign/HEAD/run.php -------------------------------------------------------------------------------- /task.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BANKA2017/Acsign/HEAD/task.json --------------------------------------------------------------------------------