projects
/
feisty_meow.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
still finding fudge-up on startup
[feisty_meow.git]
/
scripts
/
buildor
/
build_msproj.sh
1
#!/bin/bash
2
project_name="$1"; shift
3
if [ -z "$project_name" ]; then
4
echo This script requires an ms project file name to build.
5
exit 3
6
fi
7
8
devenv.com $project_name -Build Release