repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Wed Jan 11 00:07:16 UTC 2012
[aur-mirror.git]
/
ares
/
ares.sh
blob
08903e5e85252894aa6be6e94321c3fff2027b3e
1
#!/bin/bash
2
3
export
WINEDLLOVERRIDES
=
"mshtml="
4
export
WINEPREFIX
=
"
$HOME
/.ares"
5
6
if
[ !
-d
"
$HOME
"
/
.ares
] ;
then
7
mkdir
-p
"
$HOME
"
/
.ares ||
exit
1
8
fi
9
10
wine
/
usr
/
shar
e
/
ares
/
Ares.exe
"$@"
11