From 37d105bb506dfbe5e578bac0ab1d0b57a52913b1 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 25 May 2020 21:41:42 -0500 Subject: Add usage and header --- bollux | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/bollux b/bollux index abd0ab9..f9ebdb6 100755 --- a/bollux +++ b/bollux @@ -1,4 +1,8 @@ #!/usr/bin/env bash +# bollux: a bash gemini client +# Author: Case Duckworth +# License: MIT +# Version: 0.1 # Program information PRGN="${0##*/}" @@ -6,6 +10,22 @@ VRSN=0.1 # State REDIRECTS=0 +bollux_usage() { + cat <