Download raw body.
Introducing Word for OpenBSD
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.
Introducing Word for OpenBSD