A tool for diagnosing and playing with OS.
cmake . -Bbuild
cd ./build
make
Get into the dedicated shell for running os-paw.
./os-paw
Then, send commands directly.
sysconf # Show all the runtime system configurations of the current OS.
cpuinfo # Show detailed CPU info.
# Original system commands are also supported.
ls -al
BTW, you can also run the command direclty like below:
./os-paw sysconf