starting revision 0100

This commit is contained in:
benfry
2005-12-18 22:08:37 +00:00
parent 5455b52905
commit 045b0da2fd
6 changed files with 68 additions and 68 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#!/bin/sh
SHORT_REVISION=`head -1 ../../todo.txt | cut -c 3-4`
SHORT_REVISION=`head -1 ../../todo.txt | cut -c 2-4`
REVISION=`head -1 ../../todo.txt | cut -c 1-4`
VERSIONED=`cat ../../app/Base.java | grep $REVISION`