7 lines
36 B
Bash
Executable file
7 lines
36 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
ls
|
|
zola build
|
|
ls
|