init
This commit is contained in:
commit
f4c09d21fe
18 changed files with 443 additions and 0 deletions
6
publish.sh
Executable file
6
publish.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
set -e
|
||||
cd "$(dirname "$(realpath "$0")")"
|
||||
|
||||
./clean.sh
|
||||
./build.sh
|
Loading…
Add table
Add a link
Reference in a new issue