ToastFreeware
/
gregoa
/
zavai.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Allow to override icondir to be able to run locally
[gregoa/zavai.git]
/
run
1
#!/bin/sh
2
3
ROOT=`dirname $0`
4
5
#export ZAVAI_CONFDIR=$ROOT/conf
6
export ZAVAI_ICONDIR=$ROOT/icons
7
8
#$ROOT/src/zavai "$@"
9
10
cd $ROOT
11
while true
12
do
13
src/zavai "$@"
14
done