diff options
author | brunobar79 <brunobar79@gmail.com> | 2018-07-14 08:15:48 +0800 |
---|---|---|
committer | brunobar79 <brunobar79@gmail.com> | 2018-07-14 08:15:48 +0800 |
commit | d4b41f691ece5d5b436631d8202e89dfc3c2a813 (patch) | |
tree | d9a9a4a70353e17c487f8b0a424aa728f6c5f324 | |
parent | 03254680c985aac2163a240ad195bafd123d52b5 (diff) | |
download | dexon-wallet-d4b41f691ece5d5b436631d8202e89dfc3c2a813.tar.gz dexon-wallet-d4b41f691ece5d5b436631d8202e89dfc3c2a813.tar.zst dexon-wallet-d4b41f691ece5d5b436631d8202e89dfc3c2a813.zip |
remove trezor script
-rwxr-xr-x | start-trezor | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/start-trezor b/start-trezor deleted file mode 100755 index 1c4630b7..00000000 --- a/start-trezor +++ /dev/null @@ -1,10 +0,0 @@ -#!/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 |