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

all:

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