Open forum for end-user questions about
Wine. Before asking questions, check out the
Wiki as a first step.
Forum Rules
-
sstewartgallus
- Newbie

- Posts: 3
- Joined: Sun Dec 14, 2014 3:43 pm
Post
by sstewartgallus »
Currently I just use a hacky shell script named winesh that is as follows:
Code: Select all
#! /bin/sh
(echo 'prompt ". "'; cat) | wine cmd "$@"