summarylogtreecommitdiffstats
path: root/easotope-client.sh
diff options
context:
space:
mode:
authorIlja Kocken2018-03-26 18:07:59 +0200
committerIlja Kocken2018-03-26 18:07:59 +0200
commit30f5cf0fb8b05887d8b39fe96ed434b94751b993 (patch)
tree1e9a7dd7baa16b300cae87da7f275ae6891f8f89 /easotope-client.sh
downloadaur-30f5cf0fb8b05887d8b39fe96ed434b94751b993.tar.gz
clean commit
Diffstat (limited to 'easotope-client.sh')
-rw-r--r--easotope-client.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/easotope-client.sh b/easotope-client.sh
new file mode 100644
index 000000000000..2772243c139f
--- /dev/null
+++ b/easotope-client.sh
@@ -0,0 +1,4 @@
+#!/usr/bin/sh
+export EASOTOPE_LOG_DIR="${XDG_DATA_HOME:-$HOME}/.easotope-client"
+mkdir -p $EASOTOPE_LOG_DIR
+exec /opt/easotope-client/linux.gtk.x86_64/eclipse/easotope -data "$EASOTOPE_LOG_DIR"