Initial commit.
[phpv.git] / update-dev.sh
bloba2b5276b4c979223b9a287ab6cd3196b0130e26d
1 #!/bin/bash
2 set -e
3 cd "working/$1"
4 cvs up
5 ./config.nice
6 make
7 make install