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