first check-in of feisty meow codebase. many things broken still due to recent
[feisty_meow.git] / scripts / winders / zap_msbuilds.sh
1 #!/bin/bash
2 # this simple script kills off some troublesome processes in preparation for a new build
3 # with visual studio.
4 zap_process.exe msbuild.exe 
5 zap_process.exe mspdbsrv.exe
6