mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-18 05:28:40 +00:00
8 lines
84 B
Bash
8 lines
84 B
Bash
|
#!/bin/bash
|
||
|
cd "$(dirname "$0")"
|
||
|
cd ..
|
||
|
|
||
|
export TREZOR_UDP_IP=0.0.0.0
|
||
|
|
||
|
source emu.sh
|