Your IP : 216.73.216.48


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

#! /bin/sh

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