mirror of
https://github.com/system76/firmware-open.git
synced 2025-07-03 21:03:23 +00:00
3 lines
63 B
Bash
Executable file
3 lines
63 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
while ! uuidgen | grep ^76; do true; done
|