Updated Output code and Readme

This commit is contained in:
2024-01-26 19:31:47 -05:00
parent 129f0f7542
commit f510e000d7
4 changed files with 144 additions and 18 deletions

6
amantahiliani.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
url="https://www.cc.gatech.edu"
pages_to_parse=1000
python3 MultiThreaded.py "$url" --pages_to_parse="$pages_to_parse"