dianaband.info/run.sh
2022-02-04 23:03:35 +09:00

8 lines
75 B
Bash
Executable file

#!/bin/bash
set -x
pelican content/ -o output/ -s publishconf.py
set +x