blog/build.py

8 lines
128 B
Python
Raw Normal View History

2020-04-12 02:26:47 +00:00
#! /bin/bash
FILE="$(realpath "${BASH_SOURCE[0]}")"
DIRECTORY="$(dirname "${FILE}")"
cd "${DIRECTORY}"
make clean
make publish