[cad-linux] acadwrap enhancements

For those of you using my acadwrap script to start autocad under wine, there's 
a new version out:

http://ericwilhelm.homeip.net/svn/acad-wine/trunk/data/
  config/.acadwrap.conf  -- sample config file
  scripts/acadwrap

Changes:
  now allows you to have a config file ~/.acadwrap_conf
  support for %VAR% variables in .wine/config
    (syntax seems to have changed from ${VAR} in latest wine?)
  added command-line options (including --help)

Dependencies:
  YAML perl module (to read config file)
    using cpan:  perl -MCPAN -e 'install YAML'
    debian:  apt-get install libyaml-perl

The script just makes it easy to fire-off autocad from the command-line or a 
window-manager.  First, you have to have wine correctly configured and 
autocad correctly installed.  See 
http://pages.sbcglobal.net/mycroft/docs/index.html for some setup info.

--Eric

Other related posts: