13 lines
76 B
Bash
Executable File
13 lines
76 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -ex
|
|
|
|
./clean.sh
|
|
|
|
./build.sh
|
|
./publish.sh
|
|
|
|
./clean.sh
|
|
|
|
exit 0
|