fixed for platforms that don't support the nice human readable -p flag on uptime.
[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