9 lines
83 B
Bash
Executable File
9 lines
83 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -ex
|
|
|
|
git add .
|
|
git commit -m'update carousell,'
|
|
|
|
git push
|