SCM Repository
[smlnj] / admin / stat-all.sh |
View of /admin/stat-all.sh
Parent Directory
|
Revision Log
Revision 2154 -
(download)
(as text)
(annotate)
Thu Nov 2 18:03:03 2006 UTC (14 years, 3 months ago) by blume
File size: 361 byte(s)
Thu Nov 2 18:03:03 2006 UTC (14 years, 3 months ago) by blume
File size: 361 byte(s)
cosmetic fix
#!/bin/sh if [ $# -ge 1 ] ; then cd $1 fi gf=svn://smlnj-gforge.cs.uchicago.edu/smlnj here=`pwd` for tree in config base smlnj-lib MLRISC ml-yacc \ ckit cml eXene smlnj-c lexgen ml-burg ml-lex heap2asm nlffi do if [ -d $tree -a -d $tree/.svn ] ; then echo Checking ${tree}... cd $tree svn status cd $here fi done
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |