[CT420]: Finish Assignment 1

This commit is contained in:
2025-02-23 04:17:21 +00:00
parent de6a34914e
commit 98c469f25a
24 changed files with 712 additions and 1 deletions

View File

@ -12,7 +12,7 @@ for i in $(seq 1 24); do
gsub(/ +/, "\t");
print(timestamp "\t" $0);
}
' | tee "$file"
' | tee --append "$file"
# do nothing for 20 minutes
sleep 20m