Skip to content
This repository has been archived by the owner on Dec 22, 2021. It is now read-only.

Commit

Permalink
added scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
stomita committed Mar 6, 2012
1 parent 8eb0bf4 commit 370aaf9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,8 @@ tar zxf $CACHE_DIR/$FILE_NAME -C $BUILD_DIR

echo "-----> Fetching Scripts"
mkdir -p $BUILD_DIR/bin
curl https://raw.github.com/gist/1983016/phantomweb.sh -o $BUILD_DIR/bin/phantomweb
curl https://raw.github.com/gist/1983751/phantomexec.sh -s -o $BUILD_DIR/bin/phantomexec
chmod 755 $BUILD_DIR/bin/phantomexec
curl https://raw.github.com/gist/1983913/startX.sh -s -o $BUILD_DIR/bin/startX
chmod 755 $BUILD_DIR/bin/startX

0 comments on commit 370aaf9

Please sign in to comment.