repo.or.cz
/
xuni.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
=== Overview ===
[xuni.git]
/
runwin.sh
blob
1a3b73ec311fe171f1e2516a4167d7cd7dd6ab03
1
#!/bin/sh
2
3
for
dll
in
dll
/*
.dll
;
do
4
ln
-s
$dll ${dll/dll\//}
5
done
6
7
wine
$1
8
9
rm
*
.dll
10