master
Tait Hoyem 2 years ago
parent 09e989902a
commit 9b398781be

@ -1,2 +1,3 @@
#!/bin/sh
export JEKYLL_ENV=production
bundle exec jekyll server -w

@ -0,0 +1,7 @@
#!/bin/bash
JEKYLL_DIR="$HOME/Documents/jekyll-project"
tmux new -ds jweb
tmux send-keys -t jweb "cd $JEKYLL_DIR" Enter
tmux send-keys -t jweb "jweb" Enter
Loading…
Cancel
Save