also add kelderlisten

This commit is contained in:
Felix Van der Jeugt 2018-08-21 21:21:42 +02:00
parent c0f491e46b
commit 3fb0e4baec
No known key found for this signature in database
GPG Key ID: 58B209295023754D
2 changed files with 3 additions and 1 deletions

2
local/bin/kelderlisten Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
curl -s kelder.zeus.ugent.be/messages/ | w3m -dump -T text/html

View File

@ -1,2 +1,2 @@
#!/bin/sh
curl --header "Content-Type: text/plain" -d "$*" kelder.zeus.ugent.be/messages/
curl -s --header "Content-Type: text/plain" -d "$*" kelder.zeus.ugent.be/messages/ --output /dev/null