From 9dc6e243edaf6f0d8cd9024c0b39ba9668557835 Mon Sep 17 00:00:00 2001 From: gbaconni Date: Wed, 13 Apr 2022 08:54:38 +0200 Subject: [PATCH] 2022-04-13 08:54:38 --- .gitignore | 8 ++++++++ t | 13 ------------- 2 files changed, 8 insertions(+), 13 deletions(-) delete mode 100644 t diff --git a/.gitignore b/.gitignore index 569bdc8..f77e497 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,11 @@ ft_printf # Debug files *.dSYM/ + +# Temp files +t +t1 +t2 +t3 +t4 + diff --git a/t b/t deleted file mode 100644 index 5dd5145..0000000 --- a/t +++ /dev/null @@ -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 -