This commit is contained in:
Marc Beninca 2020-04-12 04:26:47 +02:00
parent ce7ae046b8
commit 9be8675b44

7
build.py Executable file
View file

@ -0,0 +1,7 @@
#! /bin/bash
FILE="$(realpath "${BASH_SOURCE[0]}")"
DIRECTORY="$(dirname "${FILE}")"
cd "${DIRECTORY}"
make clean
make publish