diff options
Diffstat (limited to 'bin/gh-pages-deploy')
-rwxr-xr-x | bin/gh-pages-deploy | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/gh-pages-deploy b/bin/gh-pages-deploy new file mode 100755 index 0000000..e323caa --- /dev/null +++ b/bin/gh-pages-deploy @@ -0,0 +1,4 @@ +#!/usr/bin/env php +<?php + +require 'gh-pages-deploy.php'; |