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