diff options
Diffstat (limited to 'web/template/post-script.rhai')
| -rw-r--r-- | web/template/post-script.rhai | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/template/post-script.rhai b/web/template/post-script.rhai new file mode 100644 index 0000000..88fdfcd --- /dev/null +++ b/web/template/post-script.rhai @@ -0,0 +1,2 @@ +system::command("git", ["init"]); +system::command("git", ["submodule", "add", "https://github.com/ijanc/custom-bootstrap", "vendor/custom-bootstrap"]); |