File size: 72 Bytes
4d15df3
 
15374ec
 
 
4d15df3
 
1
2
3
4
5
6
7
#!/usr/bin/env bash

git add *
git commit -m "update"

git pull
git push