hbbs

bbs.hlirc.net
Log | Files | Refs | README | LICENSE

commit 01089e5a2bbd08d76884fc2f23a17b6e1e11a4a6
parent 715cab1295d9d74b4660ca8bb610f4e7822f5aeb
Author: hhvn <hayden@haydenvh.com>
Date:   Mon,  1 Feb 2021 13:23:18 +0000

.version hbbs.sh: bump version to 1.0

Diffstat:
A.version | 1+
Mhbbs.sh | 1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/.version b/.version @@ -0,0 +1 @@ +1.0 diff --git a/hbbs.sh b/hbbs.sh @@ -16,6 +16,7 @@ info "Setting terminal to $term" export TERM="$term" info "Your terminal is $(tput lines) tall" info "Your terminal is $(tput cols) wide" +info "Welcome to hbbs version $(cat $cwd/.version)" anykey sleep 0.1