mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-31 09:50:58 +00:00
6 lines
90 B
Bash
6 lines
90 B
Bash
|
#!/bin/sh
|
||
|
for i in *.py; do
|
||
|
echo
|
||
|
../../vendor/micropython/unix/micropython $i
|
||
|
done
|