/lazyutils

command line utility tools

Primary LanguageCGNU General Public License v3.0GPL-3.0

lazyutils

command line utility tools for lazy peapoles

Installation

git clone "https://github.com/lazypwny751/lazyutils.git"
cd "lazyutils"
make

Usage

true

true # it returns 0 stout

false

false # it returns 1 sterr

mkdir

mkdir dir1 dir2 dir3
mkdir -p dir1/dir2/dir3

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

GPL3