mirror of
https://github.com/ltcptgeneral/IdealRMT-DecisionTrees.git
synced 2025-09-06 23:37:23 +00:00
Add support for combined datasets and analysis
This commit is contained in:
14
setup.sh
Normal file
14
setup.sh
Normal file
@@ -0,0 +1,14 @@
|
||||
#!/usr/bin/env bash
|
||||
# Creates the directory layout:
|
||||
# data/
|
||||
# tar/
|
||||
# pcap/
|
||||
# processed/
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
root="$(cd -- "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
|
||||
mkdir -p "$root"/data/{tar,pcap,processed,combined}
|
||||
|
||||
echo "Directory structure ready under $root/data/"
|
Reference in New Issue
Block a user