summarylogtreecommitdiffstats
path: root/gcstatistic
diff options
context:
space:
mode:
authorChristian Hesse2015-06-30 10:01:02 +0200
committerChristian Hesse2015-06-30 10:01:02 +0200
commit0dc0d30d0cc0af2fb92f6405a0830f4f6ffd0aa4 (patch)
treee7f0c84216b18cc6919391c44c8bcd272a07eb8b /gcstatistic
downloadaur-gcstatistic.tar.gz
initial import of gcstatistic 2.0.0b7-1
Diffstat (limited to 'gcstatistic')
-rw-r--r--gcstatistic12
1 files changed, 12 insertions, 0 deletions
diff --git a/gcstatistic b/gcstatistic
new file mode 100644
index 000000000000..b647c1744060
--- /dev/null
+++ b/gcstatistic
@@ -0,0 +1,12 @@
+#!/bin/sh
+
+# we need a writeable directory with exec mount option
+cd /tmp
+
+# we want the config file in home directory, so we link it
+if [ ! -e ${HOME}/.GCStatistic.conf ]; then
+ ln -sf ${HOME}/.GCStatistic.conf
+fi
+
+# just execute
+exec /opt/gcstatistic/GCStatistic