Les fichiers pour la démo faite devant ppp - retour accueil
git clone git://bebou.netlib.re/prez-ppp
Log | Files | Refs | README |
commit 96615d6045b43e21365da6b17276931e8cdf7e0f parent 04c524d25e5b225fc1be4c33c537fe9ba29f85bd Auterice: Arthur Pons <arthur.pons@unistra.fr> Date: Sat, 28 Sep 2024 11:49:29 +0200 acab ? Diffstat:
M | makefile | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/makefile b/makefile @@ -15,10 +15,10 @@ clean:; rm -r public/* db/* exec:; chmod +x ${sources} test : all - @echo http://localhost:1412 - busybox httpd -p 1412 -h public + @echo http://localhost:1312 + busybox httpd -p 1312 -h public stop : - ps -aux | grep 'busybox httpd .*-p.*1412' | grep -v 'grep' | awk '{print $$2}' | xargs kill + ps -aux | grep 'busybox httpd .*-p.*1312' | grep -v 'grep' | awk '{print $$2}' | xargs kill db/%.tsv : contents/%.mp3 maketsv @mkdir -p $(shell dirname $@)