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

https://github.com/opencodeco/ctl

🐚 A template for Command Line Applications using plain-old Shell Script.
https://github.com/opencodeco/ctl

bash cli console ctl script shell terminal

Last synced: 11 months ago
JSON representation

🐚 A template for Command Line Applications using plain-old Shell Script.

Awesome Lists containing this project

README

          

# ctl
🐚 A template for Command Line Applications using plain-old Shell Script.

## Getting started

Make sure your script has `execute` permission:
```shell
chmod +x ./ctl
```

### Usage

| Command | Description |
| --- | --- |
| `./ctl list` | List all available commands |
| `./ctl hello-world` | Hello, World! |