2022-04-13 08:54:38

This commit is contained in:
gbaconni
2022-04-13 08:54:38 +02:00
parent 44846ef2a9
commit 9dc6e243ed
2 changed files with 8 additions and 13 deletions

8
.gitignore vendored
View File

@@ -17,3 +17,11 @@ ft_printf
# Debug files # Debug files
*.dSYM/ *.dSYM/
# Temp files
t
t1
t2
t3
t4

13
t
View File

@@ -1,13 +0,0 @@
update: online pull
sync: online pull
@git status | grep -q 'nothing to commit' || (git add -A && git commit -am "$$(date '+%F %T')" && git push)
online:
@dig +short vogsphere.baco.net A | grep -q '213\.5\.156\.25' || echo 'vogsphere.baco.net unresolvable'
@nc -vz vogsphere.baco.net 443 2>&1 | grep -qF '443 (https) open' || echo 'vogsphere.baco.net unreachable'
pull:
@git pull