summaryrefslogtreecommitdiffstats
path: root/.graveyard/noise/modules/date
diff options
context:
space:
mode:
Diffstat (limited to '.graveyard/noise/modules/date')
-rwxr-xr-x.graveyard/noise/modules/date6
1 files changed, 6 insertions, 0 deletions
diff --git a/.graveyard/noise/modules/date b/.graveyard/noise/modules/date
new file mode 100755
index 00000000..8cd1b0c1
--- /dev/null
+++ b/.graveyard/noise/modules/date
@@ -0,0 +1,6 @@
+#! /bin/sh
+case "$1" in
+ (--help) : ;;
+ (*)
+ date --rfc-3339=s
+esac