#!/bin/bash
# get new scripts
# paul@vandervlis.nl

tmp=/tmp/getnewscripts
mkdir $tmp; cd $tmp
wget -qr -nd --no-parent http://vandervlis.nl/krb5/
rm index.html* variables uid guid
chmod +x *
mv * /usr/local/sbin/
rm -r $tmp

