📄 Viewing: 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

🌑 DarkStealth — WP Plugin Edition

Directory: /usr/src/php-7.2.10