Skip to content

Commit

Permalink
new versioning, new ideas
Browse files Browse the repository at this point in the history
  • Loading branch information
espressoknight committed Feb 5, 2013
1 parent e569188 commit 2a07d94
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions gerbal2.sh
@@ -0,0 +1,49 @@
#!/bin/bash

# Global Varibles
TEMPDIR="/tmp/"
DATE_FORMAT="%Y%m%d"
WEEK=`date +%V`
CMDLIST="`date -u "+"$DATE_FORMAT" @%H%MUTC"` W$WEEK =>todo cmd1 cmd2 ?>"
VERSION="v0.9.4.20090306"

##########################################################

# Lists and such


#main Menu

menu ()

{
tput clear

echo "Gerbal 2 menu"
echo "
==========================================================================================================
com1 somecommand explanation
com2 somecommand explanation
todo list out todos
==========================================================================================================
"

grep "# cmdname=" /usr/local/bin/gerbal2 -A2
}

todo ()
{
echo "
this is basic to do area
can list out any info needed
"

}




0 comments on commit 2a07d94

Please sign in to comment.