#!/bin/sh
#
# Very simple wrapper to update wlconfig.wirelessleiden.nl without the need of
# a webbrowser

curl 'http://sunfire.wirelessleiden.nl/wleiden/config/?action=update'
