aboutsummaryrefslogtreecommitdiffstats
path: root/start-trezor
diff options
context:
space:
mode:
Diffstat (limited to 'start-trezor')
-rwxr-xr-xstart-trezor10
1 files changed, 0 insertions, 10 deletions
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