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 | |
| # code used for the article https://olivontech.com/en/posts/splunk/download-splunk-without-login/ | |
| # inspired from https://gist.github.com/ThinGuy/ee76f181151047267cdb38b7e1c1f1e3 | |
| # compatible with bash 4.4+ | |
| # you need curl for the dowloads to happen | |
| # if download is interrupted, it will resume where it left off | |
| download-splunk() { | |
| # Array of Splunk URLS |