summarylogtreecommitdiffstats
path: root/btdex.sh
diff options
context:
space:
mode:
authorLev Lybin2020-07-22 23:43:29 +0700
committerLev Lybin2020-07-22 23:43:29 +0700
commit7ace7f45de94bf9f1df9015491bfbbbbf3d62309 (patch)
tree744bd280f63a96f11ce58845425dbcfb92864d1b /btdex.sh
parent4675ce6db4ea41ccafcc8b8528cbdaeb1f41a737 (diff)
downloadaur-7ace7f45de94bf9f1df9015491bfbbbbf3d62309.tar.gz
upgpkg: v0.1.21.r101.g1ef37cd
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"