/demonCore

Replacements for the GNU Core Utilities

Primary LanguageCGNU General Public License v2.0GPL-2.0


demonCore

demonCore aims to be replacements for the GNU Core Utilities, and potentially other programs.

Building

To build demonCore, you can either use the Master Makefile, or each programs individual makefile. For both, you will require 'Make' and GCC to be installed on your system.

To change options, such as the CFLAGS, you can simply append them to the make command, like so

   make CFLAGS="-O2 -pipe" BUILD="build_directory/"

Current Replacements

demonCore Userview
A Replacement for GNU's whoami

Fileout
A Replacement for 'cat'

bsh
A Replacement for BASH, and a painfully POSIX Compliant shell written in C

no
A Replacement for 'yes' - Print a string indefinitely

truefalse
"Replacements" for 'true' and 'false'

cwd
Print Current Working Directory

proc
List number of processors

Other Developer Repositories

InfinityFloof/demonCore

License

demonCore is licensed under the GNU General Public License, version 2.0