Server Prüfen

<sxh bash; first-line: 1> #!/bin/bash

if [ -z $1 ] ; then

echo "Bitte Zeit angeben";
exit 0;

fi

find . -mtime +$1 ; </sxh>