Add bulk wipe
This commit is contained in:
parent
4721569c5d
commit
b24a5bb612
6 changed files with 119 additions and 2 deletions
5
wipe
Normal file
5
wipe
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue