From e362739232cb9695cf0615f835706fb7c313bb29 Mon Sep 17 00:00:00 2001 From: Andrew Date: Sun, 25 Jun 2023 00:58:10 +0100 Subject: [PATCH] Added confession of theft lol --- stopwatch.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stopwatch.sh b/stopwatch.sh index f6e62fe..07275e1 100755 --- a/stopwatch.sh +++ b/stopwatch.sh @@ -1,4 +1,6 @@ #!/bin/sh +# Simple stopwatch script that simply counts the elapsed time in seconds. +# I believe that I stole this code from somewhere many years ago and adapted it to my liking, but I unfortunately do not recall from where. start=$(date +%s)