diff options
author | brunobar79 <brunobar79@gmail.com> | 2018-07-03 05:03:20 +0800 |
---|---|---|
committer | brunobar79 <brunobar79@gmail.com> | 2018-07-03 05:03:20 +0800 |
commit | 85fd75c21f0e64817b3d4c4d51f37649e3a81233 (patch) | |
tree | a7002fec10c5e0c119689a277f5a6a378bf3baa2 /start-trezor | |
parent | 9b0bc67066d76aca886377ac34c83e6de1c56ccd (diff) | |
download | tangerine-wallet-browser-85fd75c21f0e64817b3d4c4d51f37649e3a81233.tar tangerine-wallet-browser-85fd75c21f0e64817b3d4c4d51f37649e3a81233.tar.gz tangerine-wallet-browser-85fd75c21f0e64817b3d4c4d51f37649e3a81233.tar.bz2 tangerine-wallet-browser-85fd75c21f0e64817b3d4c4d51f37649e3a81233.tar.lz tangerine-wallet-browser-85fd75c21f0e64817b3d4c4d51f37649e3a81233.tar.xz tangerine-wallet-browser-85fd75c21f0e64817b3d4c4d51f37649e3a81233.tar.zst tangerine-wallet-browser-85fd75c21f0e64817b3d4c4d51f37649e3a81233.zip |
update package-lock.json
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 |