edde-framework/edde-framework

View on GitHub
.runtime/kill-php.cmd

Summary

Maintainability
Test Coverage
@echo off
taskkill -im php-cgi.exe -f
pause