Update ERB script

Signed-off-by: hahwul <hahwul@gmail.com>
pull/59/head
hahwul 2022-09-06 07:17:22 +09:00
parent 2f3c183a40
commit fcf00b0c4c
1 changed files with 2 additions and 1 deletions

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