Move build.sh into bin/

This commit is contained in:
nitrohorse
2019-08-03 20:53:03 -07:00
parent 869833c79b
commit 543099e914
3 changed files with 3 additions and 2 deletions

5
bin/build.sh Executable file
View File

@ -0,0 +1,5 @@
#!/usr/bin/env bash
set -e # halt script on error
bundle exec jekyll build

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Runs html-beautify's format check and errors with 0/1 if it needs to be changed.
APPDIR=$(readlink -f $(dirname $(dirname $0)))