9 lines
121 B
Bash
Executable file
9 lines
121 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
# Main script for eulaurarien
|
|
|
|
./fetch_resources.sh
|
|
./collect_subdomains.sh
|
|
./filter_subdomains.sh
|
|
|