mirror of
https://github.com/polhenarejos/pico-hsm.git
synced 2026-01-17 09:28:05 +00:00
4 lines
120 B
Bash
4 lines
120 B
Bash
#!/bin/bash
|
|
|
|
python3 tools/pico-hsm-tool.py --pin 648219 initialize --so-pin 57621880 --silent
|
|
test $? -eq 0 || exit $?
|