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

all:

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