diff options
| author | Bobby <[email protected]> | 2022-04-27 21:07:23 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-04-27 21:07:23 -0400 |
| commit | 5c81ea13544fa1530abbc595a7ed45b618ad3def (patch) | |
| tree | be9e72d33ef61bb215cc1e454811423490ed9f4d /dataset_downloader.sh | |
| parent | 4820317683754e8e1faf9dbf456c20b7f27f637a (diff) | |
| download | Network-Intrusion-Detection-5c81ea13544fa1530abbc595a7ed45b618ad3def.tar.xz Network-Intrusion-Detection-5c81ea13544fa1530abbc595a7ed45b618ad3def.zip | |
dataset downloader script
Diffstat (limited to 'dataset_downloader.sh')
| -rwxr-xr-x | dataset_downloader.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dataset_downloader.sh b/dataset_downloader.sh new file mode 100755 index 0000000..f792b06 --- /dev/null +++ b/dataset_downloader.sh @@ -0,0 +1,3 @@ +echo "Downloading Dataset" +wget https://github.com/luciferreeves/Network-Intrusion-Detection/releases/download/dataset/2020.10.01.csv -q --show-progress +echo "Done" |
