lazypwny751 / lazyutils

command line utility tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

command line utility tools

License:GNU General Public License v3.0


Languages

Language:C 74.5%Language:Makefile 25.5%