Skip to content

Commit

Permalink
add a basic build script
Browse files Browse the repository at this point in the history
  • Loading branch information
natesilva committed Jul 21, 2014
1 parent 880f36a commit 66d88e4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/sh
if [ "x$1" = "x" ];
then
echo Must specify output directory for zipped bundle
else
git archive --format zip --output $1/javascript-eslint.tmbundle.zip master
fi

0 comments on commit 66d88e4

Please sign in to comment.