From 2495a2604a9f0b8b03e012aa46e86f0c651d892a Mon Sep 17 00:00:00 2001 From: Anna Date: Tue, 31 May 2011 21:46:34 -0400 Subject: [PATCH] Added support for taskmgr, fixed an error in the documentation --- NEWS | 4 ++-- wino | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 7213392..ba5154d 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@ -slrelay changes ---------------- +wino changes +------------ v 0.1 (): * Initial release. diff --git a/wino b/wino index 1fdb24e..3345967 100644 --- a/wino +++ b/wino @@ -103,6 +103,10 @@ elsif ($command eq '--msi') my $new_command = join(' ', @ARGV); exec "WINEPREFIX=$container_path msiexec /i $new_command"; } +elsif ($command eq '--task') +{ + exec "WINEPREFIX=$container_path taskmgr"; +} else { # Execute the command given, or the default command