Le site arthur.bebou.netlib.re - retour accueil
git clone git://bebou.netlib.re/arthur.bebou
Log | Files | Refs |
commit 2840cfb8bb9dc22821b6d9bf8665becaba6e5ee9 parent a365af77712ad71fc90732929cb38a04b2360593 Auterice: Arthur Pons <arthur.pons@unistra.fr> Date: Sun, 12 May 2024 19:51:13 +0200 Pour que l'url s'affiche quand même si y'a erreur Diffstat:
M | makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/makefile b/makefile @@ -23,8 +23,8 @@ exec:; chmod +x ${sources} deploy:; rsync -hvr public/* meso@xr:~/arthur.bebou.netlib.re/ test : all - busybox httpd -p 1412 -h public @echo http://localhost:1412 + busybox httpd -p 1412 -h public stop : ps -aux | grep 'busybox httpd .*-p.*1412' | grep -v 'grep' | awk '{print $$2}' | xargs kill