├── .gitignore ├── .vscode └── launch.json ├── README.md ├── final.txt ├── firecheck ├── gf.txt └── main.go /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bp0lr/firecheck/HEAD/.gitignore -------------------------------------------------------------------------------- /.vscode/launch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bp0lr/firecheck/HEAD/.vscode/launch.json -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bp0lr/firecheck/HEAD/README.md -------------------------------------------------------------------------------- /final.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bp0lr/firecheck/HEAD/final.txt -------------------------------------------------------------------------------- /firecheck: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bp0lr/firecheck/HEAD/firecheck -------------------------------------------------------------------------------- /gf.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bp0lr/firecheck/HEAD/gf.txt -------------------------------------------------------------------------------- /main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bp0lr/firecheck/HEAD/main.go --------------------------------------------------------------------------------