Adding header and conf file

This commit is contained in:
Ubergeek 2022-02-06 13:37:33 -05:00
parent f2250352b5
commit 300c6e4134
1 changed files with 11 additions and 0 deletions

11
menu
View File

@ -1,5 +1,16 @@
#!/bin/bash
##############################################################################
#
# $0 - A simple shell-based menu system for navigating many tilde things
#
# Copyright 2022, by ubergeek <ubergeek@thunix.net
# Licensed under the AGPL 3 or later.
#
##############################################################################
. ~/menushell.conf
tmpfile="/home/`whoami`/menu.tmp"
main () {