Your IP : 216.73.216.48


Current Path : /hdd/hdd21/main/php5/php-5.6.6/
Upload File :
Current File : //hdd/hdd21/main/php5/php-5.6.6/vcsclean

#! /bin/sh

if test -d '.git'; then
    ${MAKE:-make} -f build/build.mk gitclean-work
else
    echo "Can't figure out your VCS, not cleaning."
fi