Mike Hearn wrote:
[1] OK I admit, I wrote this script for myself before I read Alexandres
reply. Obviously this is a developer only script, it's not intended to be
a part of Wine itself.
Or, as it appears, part of wine-devel.
Or is there some other reason you did not attach it?
--
Shachar She
Of course, attaching the file first might be a good plan :)
#!/bin/bash
# A wine wrapper script. In Vino Veritas!
# v1.0 (C) Mike Hearn <[EMAIL PROTECTED]>
# Licensed under the GPL
for a in $@; do
if [[ "${a:0:1}" == "+" ]] || [[ "${a:0:1}" == &q
Hi guys,
So, just to wind up Alexandre [1], I wrote the following script. If you
enjoy, as I do, sugar and all things sweet, you may like it.
It probably screws up parameter passing entirely, but most win32 apps
don't use them so no problem!
Usage:
vino +snoop,-imm foobar.exe
vino ole32,oleaut3