Minor changes, mostly to documentation. Several bug fixes.
[xuni.git] / runwin.sh
blob1a3b73ec311fe171f1e2516a4167d7cd7dd6ab03
1 #!/bin/sh
3 for dll in dll/*.dll; do
4 ln -s $dll ${dll/dll\//}
5 done
7 wine $1
9 rm *.dll