From d4b41f691ece5d5b436631d8202e89dfc3c2a813 Mon Sep 17 00:00:00 2001 From: brunobar79 Date: Fri, 13 Jul 2018 20:15:48 -0400 Subject: remove trezor script --- start-trezor | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100755 start-trezor diff --git a/start-trezor b/start-trezor deleted file mode 100755 index 1c4630b7c..000000000 --- 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 -- cgit v1.2.3