4 lines
141 B
Bash
Executable file
4 lines
141 B
Bash
Executable file
#!/bin/bash
|
|
|
|
sudo iptables -I INPUT -p tcp --dport 4000 -j ACCEPT
|
|
jekyll serve --watch --host "0.0.0.0" --config _config.yml,_config.dev.yml
|