Skip to content

Becavalier/os-paw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

os-paw

A tool for diagnosing and playing with OS.

How to use?

cmake . -Bbuild
cd ./build
make

Commands

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

About

A tool for diagnosing and playing with OS.

Resources

License

Stars

Watchers

Forks