8 lines
75 B
Bash
Executable file
8 lines
75 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -x
|
|
|
|
pelican content/ -o output/ -s publishconf.py
|
|
|
|
set +x
|