summarylogtreecommitdiffstats
path: root/btdex.sh
diff options
context:
space:
mode:
Diffstat (limited to 'btdex.sh')
-rwxr-xr-xbtdex.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/btdex.sh b/btdex.sh
deleted file mode 100755
index b825603e0960..000000000000
--- a/btdex.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/bash
-
-CONFIG_DIR="$HOME/.config/btdex"
-
-mkdir -p $CONFIG_DIR
-
-java -jar /opt/btdex/btdex.jar -f "$CONFIG_DIR/config.properties"