10 lines
112 B
Bash
Executable File
10 lines
112 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd server || exit
|
|
./load_html.sh
|
|
cd .. || exit
|
|
|
|
gulp scripts scripts3
|
|
git add .
|
|
git commit
|
|
git push |