#!/bin/sh # echo -n "$(date +"%d.%m.%Y %H:%M:%S") - " >>/var/log/online-time echo -n "$(date +"%d.%m.%Y %H:%M:%S") - " 2>&1 1>/dev/tty10