This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # ----------------------------------------------------------------------------- | |
| # Script: batch-traceroute.sh | |
| # Description: A script to run multiple traceroutes in the background, track their | |
| # completion status, and log the results with timestamps. | |
| # | |
| # Created by: Jack B. Du ([email protected]) | |
| # with help from OpenAI ChatGPT | |
| # Date: Sept 18, 2024 | |
| # ----------------------------------------------------------------------------- |