a woot thing

This commit is contained in:
Dobie Wollert
2013-09-04 03:06:07 -04:00
parent 460e8f0be0
commit 790c1ca597

5
logger.sh Executable file
View File

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