mirror of
https://github.com/polhenarejos/pico-hsm
synced 2026-04-14 11:22:55 +02:00
5 lines
120 B
Bash
5 lines
120 B
Bash
#!/bin/bash
|
|
|
|
python3 tools/pico-hsm-tool.py --pin 648219 initialize --so-pin 57621880 --silent
|
|
test $? -eq 0 || exit $?
|