0
0
Files
42piscine/Makefile
2021-08-21 20:28:05 +02:00

19 lines
295 B
Makefile

sync:
@dig +short vogsphere.baco.net A
@git add -A
@git status
@git commit -m 'commit'
@git push
42:
@dig +short vogsphere.baco.net A
@rsync --exclude .git --exclude .gitignore --exclude .DS_Store -av ~/Piscine/ .
@git add -A
@git status
@git commit -m 'sync'
@git push
all: sync