File size: 58 Bytes
d8163d4
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9

all:

update:
	git add . --all
	git commit -a
	git push