/[Frey]/trunk/bin/dev.sh
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /trunk/bin/dev.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 477 - (hide annotations)
Thu Nov 20 13:57:38 2008 UTC (15 years, 5 months ago) by dpavlin
File MIME type: application/x-sh
File size: 201 byte(s)
added real server reload via helper script bin/dev.sh
which is now recomended way to start development enviroment
1 dpavlin 477 #!/bin/sh
2    
3     dir=var/log
4     test -d $dir || mkdir -v $dir || exit
5    
6     while true ; do
7     test -f log && mv -v log $dir/dev.`ls $dir/dev* | wc -l`
8     FREY_RESTART=1 ./bin/continuity-server.pl 2>&1 | tee -a log
9     done
10    

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26