mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-16 17:42:02 +00:00
6 lines
81 B
Bash
Executable File
6 lines
81 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd `dirname $0`/src
|
|
|
|
../vendor/micropython/unix/micropython main.py
|