Syntax highlighting for textile
This commit is contained in:
9
vim/bundle/timcharper-textile/package.sh
Executable file
9
vim/bundle/timcharper-textile/package.sh
Executable 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
|
||||
Reference in New Issue
Block a user