From 85fd75c21f0e64817b3d4c4d51f37649e3a81233 Mon Sep 17 00:00:00 2001 From: brunobar79 Date: Mon, 2 Jul 2018 17:03:20 -0400 Subject: update package-lock.json --- start-trezor | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 start-trezor (limited to 'start-trezor') 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 -- cgit