Add bulk wipe

This commit is contained in:
Aleks Rutins 2025-06-09 13:32:53 -04:00
parent 4721569c5d
commit b24a5bb612
No known key found for this signature in database
6 changed files with 119 additions and 2 deletions

5
wipe Normal file
View file

@ -0,0 +1,5 @@
#!/bin/sh
# vim: filetype=bash
serial=${1:-$(gum input --placeholder "Serial")}
flatpak run org.mozilla.firefox -- "https://bulldog.burrburton.org/devices/devices.php?quick_filter=$serial&quick_filter_operation=Contains&order%5B0%5D=aid&serial=$serial&mode=wipe"