7 lines
86 B
Bash
Executable File
7 lines
86 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -ex
|
|
|
|
git add .
|
|
git commit -m 'update carousell post backup,'
|