├── .github └── README.md ├── CNAME ├── LICENSE ├── bscp └── index.html /.github/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bscp-tool/bscp/HEAD/.github/README.md -------------------------------------------------------------------------------- /CNAME: -------------------------------------------------------------------------------- 1 | bscp.njh.eu 2 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bscp-tool/bscp/HEAD/LICENSE -------------------------------------------------------------------------------- /bscp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bscp-tool/bscp/HEAD/bscp -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bscp-tool/bscp/HEAD/index.html --------------------------------------------------------------------------------