summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorroot <root@shack.(none)>2010-05-07 04:11:00 +0200
committerroot <root@shack.(none)>2010-05-07 04:11:00 +0200
commitd8b74770d5ed5e724c9c145dbb894cbb2ec99acb (patch)
treef2c7dbf26ddd565040fc78f16f7a09c77fba58c1 /modules
parent71fa84f005bb73e813a34e78dd4cb58a072b3879 (diff)
Added module: date
Diffstat (limited to 'modules')
-rwxr-xr-xmodules/date6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/date b/modules/date
new file mode 100755
index 00000000..8cd1b0c1
--- /dev/null
+++ b/modules/date
@@ -0,0 +1,6 @@
+#! /bin/sh
+case "$1" in
+ (--help) : ;;
+ (*)
+ date --rfc-3339=s
+esac