firmware-open/scripts/guid.sh

4 lines
63 B
Bash
Raw Normal View History

2019-05-02 17:39:00 -06:00
#!/usr/bin/env bash
while ! uuidgen | grep ^76; do true; done