5 lines
71 B
Bash
Executable file
5 lines
71 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
cd exampleSite
|
|
hugo serve --themesDir ../..
|
|
cd ..
|