7 lines
145 B
Bash
Executable file
7 lines
145 B
Bash
Executable file
#! /usr/bin/env bash
|
|
BASH_FILE="$(realpath "${BASH_SOURCE[0]}")"
|
|
BASH_ROOT="$(dirname "${FILE}")"
|
|
|
|
cd "${BASH_ROOT}"
|
|
make 'clean'
|
|
make 'publish'
|