@ -28,7 +28,9 @@ my $HELP_MSG = "wino v $VERSION\n\tusage: wino --list | <prefix> [options] [comm
"--regedit\t\tRun regedit for the container\n";
my $winecmd = 'wine32';
my $winecmd = 'wine';
if (`uname -i` eq 'x86_64') { $winecmd = 'wine32'; }
foreach (@ARGV)
{
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.