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