diff options
author | EuAndreh <eu@euandre.org> | 2020-02-05 00:26:53 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-02-05 00:27:09 -0300 |
commit | 710c44dceaf5f1a746c3f5f41eb415facc98c799 (patch) | |
tree | af4a27da81687d55d33803c72c0f5bc8fa58a8a1 /scripts/bundix-gen.sh | |
parent | Delete old files (diff) | |
download | euandre.org-710c44dceaf5f1a746c3f5f41eb415facc98c799.tar.gz euandre.org-710c44dceaf5f1a746c3f5f41eb415facc98c799.tar.xz |
Add bundix Jekyll setup
Diffstat (limited to 'scripts/bundix-gen.sh')
-rwxr-xr-x | scripts/bundix-gen.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/bundix-gen.sh b/scripts/bundix-gen.sh new file mode 100755 index 0000000..1dd303e --- /dev/null +++ b/scripts/bundix-gen.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -Eeuo pipefail + +bundler package --no-install --path vendor +bundix |