py→sh
This commit is contained in:
parent
0e79399120
commit
cc887e8b1c
1 changed files with 0 additions and 0 deletions
7
build.sh
Executable file
7
build.sh
Executable file
|
@ -0,0 +1,7 @@
|
|||
#! /bin/bash
|
||||
FILE="$(realpath "${BASH_SOURCE[0]}")"
|
||||
DIRECTORY="$(dirname "${FILE}")"
|
||||
|
||||
cd "${DIRECTORY}"
|
||||
make clean
|
||||
make publish
|
Loading…
Add table
Add a link
Reference in a new issue