Initial commit

This commit is contained in:
Tyler Hale 2025-04-02 11:10:34 -06:00
commit fa2f63e28e
Signed by: Tyler
GPG key ID: C7CC4B910D88EF96
10 changed files with 87 additions and 0 deletions

View file

@ -0,0 +1,8 @@
#!/bin/bash
for (( ; ; ))
do
sleep 1s
date | tee -a {{ timeloggerOutputDirectory }}/timelogger.log
done