diff options
Diffstat (limited to 'start-trezor')
-rwxr-xr-x | start-trezor | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/start-trezor b/start-trezor new file mode 100755 index 000000000..1c4630b7c --- /dev/null +++ b/start-trezor @@ -0,0 +1,10 @@ +#!/bin/sh + +# stop any existing instance of trezord +killall trezord + +# start the bridge for the simulator +/Applications/Utilities/TREZOR\ Bridge/trezord -e 21324 >> /dev/null 2>&1 & + +# launch simulator +/Users/bruno/repos/trezor-core/emu.sh
\ No newline at end of file |