attackerkb-api-rs 0.1.2

Rust Library for AttackerKB API
Documentation
1
2
3
4
5
6
7
#!/bin/sh
# 执行 fmt 脚本,如果不正确需要将退出码设为非零
cargo fmt --all

# 获取上面脚本的退出码
exitCode="$?"
exit $exitCode