Skip to content

A hobby that I'm working on (so I can learn C) that can replace the GNU command line programs. (essentially a cli wrapper for libc)

License

Notifications You must be signed in to change notification settings

hudson-newey/2UNU

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2UNU

A recreation of the GNU command line programs under the creative commons license.

This project is more just me learning how C and the GNU command line programs work in depth.

How to build

  1. Clone the directory
git clone https://github.com/hudson-newey/2UNU.git
  1. Enter the directory
cd ./2UNU/
  1. Create build directory
mkdir ./build/
cd ./build/
  1. Run CMake
cmake ..
  1. Compile applications
cmake --build .

About

A hobby that I'm working on (so I can learn C) that can replace the GNU command line programs. (essentially a cli wrapper for libc)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published