An open API service indexing awesome lists of open source software.

https://github.com/lazypwny751/lazyutils

command line utility tools
https://github.com/lazypwny751/lazyutils

command-line command-line-tool core coreutils

Last synced: 5 months ago
JSON representation

command line utility tools

Awesome Lists containing this project

README

          

# lazyutils
command line utility tools for lazy peapoles

## Installation
```sh
git clone "https://github.com/lazypwny751/lazyutils.git"
cd "lazyutils"
make
```

## Usage

### true
```sh
true # it returns 0 stout
```

### false
```sh
false # it returns 1 sterr
```

### mkdir
```sh
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](https://choosealicense.com/licenses/gpl-3.0/)