summarylogtreecommitdiffstats
path: root/gcstatistic
blob: b647c1744060b0e0a6bd508de8f7febe50efc453 (plain)
1
2
3
4
5
6
7
8
9
10
11
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