blog/build.sh

8 lines
145 B
Bash
Raw Normal View History

2021-11-08 21:09:17 +00:00
#! /usr/bin/env bash
BASH_FILE="$(realpath "${BASH_SOURCE[0]}")"
BASH_ROOT="$(dirname "${FILE}")"
2020-04-12 02:26:47 +00:00
2021-11-08 21:09:17 +00:00
cd "${BASH_ROOT}"
make 'clean'
make 'publish'