8 lines
33 B
Bash
8 lines
33 B
Bash
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
cd "$1"
|
|
hugo
|
|
|
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
cd "$1"
|
|
hugo
|
|
|