mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-18 11:21:11 +00:00
6 lines
81 B
Bash
6 lines
81 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
cd `dirname $0`/src
|
||
|
|
||
|
../vendor/micropython/unix/micropython main.py
|