Last active
December 9, 2019 02:53
-
-
Save jstrosch/1b8dca0e8708334b16d8111352a6650b to your computer and use it in GitHub Desktop.
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 | |
# For when you need to clear/delete a specific range of analysis | |
for i in {294..500} | |
do | |
curl "http://<YOUR_IP:8000/analysis/remove/$i/" | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment