4 lines
62 B
Bash
4 lines
62 B
Bash
|
#!/bin/zsh
|
||
|
bundle exec jekyll build
|
||
|
bundle exec jekyll server
|