Index | Thread | Search

From:
Stuff Received <stuff@riddermarkfarm.ca>
Subject:
Re: Introducing Word for OpenBSD
To:
tech@openbsd.org
Date:
Sun, 18 Feb 2024 09:56:09 -0500

Download raw body.

Thread
On 2024-02-08 16:39, Theo de Raadt wrote:
> In the spirit of Microsoft bringing sudo to Windows, it is time
> we bring Word to OpenBSD.

Where word.c could be:

#include <unistd.h>

int
main(void)
{
     sleep(3600);  return (-1);
}

S.