aboutsummaryrefslogtreecommitdiffstats
path: root/start-trezor
diff options
context:
space:
mode:
authorbrunobar79 <brunobar79@gmail.com>2018-07-03 05:03:20 +0800
committerbrunobar79 <brunobar79@gmail.com>2018-07-03 05:03:20 +0800
commit85fd75c21f0e64817b3d4c4d51f37649e3a81233 (patch)
treea7002fec10c5e0c119689a277f5a6a378bf3baa2 /start-trezor
parent9b0bc67066d76aca886377ac34c83e6de1c56ccd (diff)
downloadtangerine-wallet-browser-85fd75c21f0e64817b3d4c4d51f37649e3a81233.tar.gz
tangerine-wallet-browser-85fd75c21f0e64817b3d4c4d51f37649e3a81233.tar.zst
tangerine-wallet-browser-85fd75c21f0e64817b3d4c4d51f37649e3a81233.zip
update package-lock.json
Diffstat (limited to 'start-trezor')
-rwxr-xr-xstart-trezor10
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