Skip to content

Instantly share code, notes, and snippets.

@jstrosch
Last active December 9, 2019 02:53
Show Gist options
  • Save jstrosch/1b8dca0e8708334b16d8111352a6650b to your computer and use it in GitHub Desktop.
Save jstrosch/1b8dca0e8708334b16d8111352a6650b to your computer and use it in GitHub Desktop.
#!/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