Files
Olivier Ramonat 3ec49e842d Add rlimit for 64bit windows
Add rlimit sources and build instruction
Add test for 64bit windows

TN: S704-020
2019-07-11 12:40:15 +02:00
..
2019-07-11 12:40:15 +02:00
2019-07-11 12:40:15 +02:00
2019-07-11 12:40:15 +02:00

rlimit - limit the execution time of a command
==============================================

There are two different implementation of the rlimit command,
one for windows rlimit-NT.c and one for UNIX platforms rlimit.c

To add a new platform, compile rlimit using:

$CC -o rlimit-$PLATFORM rlimit.c

or

$CC -o rlimit-$PLATFORM rlimit-NT.c

and copy the resulting binary into e3/os/data