louiscklaw commited on
Commit ·
277cccc
1
Parent(s): 899dfca
update,
Browse files- data/c_0000000001.jpg +3 -0
- gitUpdate.sh +9 -0
data/c_0000000001.jpg
ADDED
|
Git LFS Details
|
gitUpdate.sh
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#!/usr/bin/env bash
|
| 2 |
+
|
| 3 |
+
set -ex
|
| 4 |
+
|
| 5 |
+
git add .
|
| 6 |
+
|
| 7 |
+
git commit -m'update,'
|
| 8 |
+
|
| 9 |
+
git push
|