A light process isolation sandbox used for Competitive Programming contest.
Note
To enable all of above features, it is highly recommended to use it under the root user, otherwise it may fall back automatically.
```bash
$ cargo install catj
$ curl -fsSL https://bina.egoist.sh/CaCatHead/CatBox | sh
$ catj --version catj 0.1.4
$ ./init.sh $USER ```
```bash
$ catj compile ./fixtures/aplusb/source/ac.cpp -o a.out
$ catj run --stdin ./fixtures/aplusb/testcases/1.in --read . -- ./a.out 2
$ catj --report run --stdin ./fixtures/aplusb/testcases/1.in --stdout ./sub.out --read . -- ./a.out
$ catj -r run -i ./fixtures/aplusb/testcases/1.in -o ./sub.out -R . -- ./a.out Status 0 Signal ✓ Time 1 ms Time user 1 ms Time sys 0 ms Memory 0 KB ```
MIT License © 2023 XLor