Syntax highlighting for textile

This commit is contained in:
yan
2012-04-04 02:18:35 -07:00
committed by Yan Pritzker
parent fdf5e69ba4
commit 6d2b695496
9 changed files with 243 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
#!/bin/bash
cd `dirname "$0"`
VERSION=`git tag | sort_rev | tail -n 1`
git archive --prefix=textile/ $VERSION | tar xf -
rm textile/.gitignore textile/package.sh
zip -r textile-$VERSION.zip textile
rm -rf textile