opencodeco / ctl

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ctl

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

Getting started

Make sure your script has execute permission:

chmod +x ./ctl

Usage

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

About

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

License:MIT License


Languages

Language:Shell 100.0%