Remove ft_ischr.c and fix make online

This commit is contained in:
gbaconni
2022-04-29 09:35:15 +02:00
parent 5734b6b29b
commit 63712bd5d6
3 changed files with 4 additions and 57 deletions

View File

@@ -6,7 +6,7 @@
# By: gbaconni@student.42lausanne.ch +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2022/01/18 15:11:16 by gbaconni #+# #+# #
# Updated: 2022/04/29 08:44:41 by gbaconni ### lausanne.ch #
# Updated: 2022/04/29 09:33:14 by gbaconni ### ########.fr #
# #
# **************************************************************************** #
#
@@ -153,7 +153,7 @@ sync: online pull
online:
@dig +short vogsphere.baco.net A | grep -qF '213.5.156.25' || echo 'vogsphere.baco.net unresolvable'
@nc -vzw3 vogsphere.baco.net 443 2>&1 | grep -qF '213.5.156.25' || echo 'vogsphere.baco.net unreachable'
@nc -vzw3 vogsphere.baco.net 443 >/dev/null 2>&1 || echo 'vogsphere.baco.net unreachable'
status:
@git status