aboutsummaryrefslogtreecommitdiff
path: root/bin/hms.awk
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-04-21 17:17:57 +1200
committerTom Ryder <tom@sanctum.geek.nz>2017-04-21 17:17:57 +1200
commitd06b05229616899e22f5bbfa2caca14ff60b704e (patch)
tree23d082a03db94cd5bd526783e40b245a7d0ffaf5 /bin/hms.awk
parentAdd brief comment to top of quo.sed (diff)
downloaddotfiles-d06b05229616899e22f5bbfa2caca14ff60b704e.tar.gz
dotfiles-d06b05229616899e22f5bbfa2caca14ff60b704e.zip
Add some missing leading comments
Diffstat (limited to 'bin/hms.awk')
-rw-r--r--bin/hms.awk1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/hms.awk b/bin/hms.awk
index 3a9a1499..3054db44 100644
--- a/bin/hms.awk
+++ b/bin/hms.awk
@@ -1,3 +1,4 @@
+# Convert seconds to colon-delimited durations
BEGIN {
OFS = ":"
}