Files
biomedjs/logger.sh
Dobie Wollert 790c1ca597 a woot thing
2013-09-04 03:06:07 -04:00

6 lines
115 B
Bash
Executable File

#!/bin/sh
while sleep 30; do
TIMESTAMP=$(date +"%m.%d.%Y at %H:%M:%S")
echo "$TIMESTAMP" >> logs/portal.log
done