Skip to content

Instantly share code, notes, and snippets.

@foursixnine
Created November 13, 2019 13:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save foursixnine/fe9016a66bb226148b794b74d1937914 to your computer and use it in GitHub Desktop.
Save foursixnine/fe9016a66bb226148b794b74d1937914 to your computer and use it in GitHub Desktop.
for job in $(cat jobs.list); do ./script/client --host openqa.suse.de jobs/${job##*/} delete; done;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment