9 lines
93 B
Bash
Executable File
9 lines
93 B
Bash
Executable File
#!/bin/bash
|
|
|
|
pushd "build"
|
|
./build.sh
|
|
popd
|
|
|
|
git add .
|
|
git commit -m ":sparkles:"
|
|
git push |