Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
更正执行脚本的名称,并且整理顺序
  • Loading branch information
TajangSec authored Nov 29, 2024
1 parent fee556f commit c2dc6ec
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

os.system('rm -rf poc clone-templates')
os.system('python 1-clone_repos.py')
os.system('python 2-remove_duplicated.py')
os.system('python 3-get_pocname.py')
os.system('python 3-check_poc.py')
os.system('python 4-remove_duplicated.py')
os.system('python 5-get_pocname.py')

0 comments on commit c2dc6ec

Please sign in to comment.