bug
changeset 9 ff093444bbeb
parent 7 17fff740794c
equal deleted inserted replaced
8:a1459d83becd 9:ff093444bbeb
     1 #!/bin/bash
     1 #!/bin/bash
     2 # (encoding: UTF-8)
     2 # (encoding: UTF-8)
     3 #
     3 #
     4 # bug 1.0 - Simple Bug / ToDo tracker for the command line.
     4 # bug 1.1 - Simple Bug / ToDo tracker for the command line.
     5 #  (Instructions below the license)
     5 #  (Instructions below the license)
     6 # LICENSE
     6 # LICENSE
     7 # Copyright (C) 2006 Lluís Batlle i Rossell
     7 # Copyright (C) 2006 Lluís Batlle i Rossell
     8 # 
     8 # 
     9 # This program is free software; you can redistribute it and/or
     9 # This program is free software; you can redistribute it and/or
   207 	tail -n $TOTAIL $BUG_PROJECT | grep -v "^#"
   207 	tail -n $TOTAIL $BUG_PROJECT | grep -v "^#"
   208 }
   208 }
   209 
   209 
   210 function version
   210 function version
   211 {
   211 {
   212 	echo "bug 1.0 - Simple Bug / ToDo tracker for the command line."
   212 	echo "bug 1.1 - Simple Bug / ToDo tracker for the command line."
   213 	echo "Copyright (C) 2006 Lluis Batlle i Rossell"
   213 	echo "Copyright (C) 2006 Lluis Batlle i Rossell"
   214 }
   214 }
   215 
   215 
   216 function searchline
   216 function searchline
   217 {	
   217 {