6 lines
74 B
Bash
Executable File
6 lines
74 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
cd exampleSite;
|
|
hugo serve --themesDir ../..;
|
|
cd ..;
|