projects
/
booh
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
rename to rbbooh.cc to prevent hacky build.sh
[booh]
/
buildtar.sh
1
#!/bin/sh
2
3
version=`cat VERSION`
4
file="/tmp/booh-$version.tar.bz2"
5
tar --exclude CVS --transform="s||booh-$version/|" -jcvf $file *
6
echo
7
echo "Built $file"