7 lines
128 B
Python
Executable file
7 lines
128 B
Python
Executable file
#! /bin/bash
|
|
FILE="$(realpath "${BASH_SOURCE[0]}")"
|
|
DIRECTORY="$(dirname "${FILE}")"
|
|
|
|
cd "${DIRECTORY}"
|
|
make clean
|
|
make publish
|