Skip to content

Instantly share code, notes, and snippets.

@0xtavian
Created October 20, 2021 20:28
Show Gist options
  • Save 0xtavian/fd875beb3e51f279b557ed948f8c866b to your computer and use it in GitHub Desktop.
Save 0xtavian/fd875beb3e51f279b557ed948f8c866b to your computer and use it in GitHub Desktop.
test
for i in $(axiom-ls|grep -v 'Instance|_'|awk '{print $1}'| sed -r "s/\x1B[([0-9]{1,3}(;[0-9]{1,2})?)?[mGK]//g"); do axiom-power off "$i"
; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment