Merge pull request #59 from hahwul/hahwul-dev

Update ERB script
This commit is contained in:
HAHWUL 2022-09-06 07:18:14 +09:00 committed by GitHub
commit 00626b5141
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -98,6 +98,7 @@ tool_addons = head + "\n"
weapons = []
weapons_obj = {
"army-knife" => [],
"proxy" => [],
"recon"=> [],
"fuzzer"=> [],
"scanner"=> [],
@ -169,4 +170,4 @@ end
markdown = ERB.new(template, trim_mode: "%<>")
#puts markdown.result
File.write './README.md', markdown.result
File.write './README.md', markdown.result