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