Created
November 13, 2019 13:59
-
-
Save foursixnine/fe9016a66bb226148b794b74d1937914 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
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