summary refs log tree commit diff
path: root/bin/now
diff options
context:
space:
mode:
Diffstat (limited to 'bin/now')
-rwxr-xr-xbin/now7
1 files changed, 0 insertions, 7 deletions
diff --git a/bin/now b/bin/now
deleted file mode 100755
index 77892f3..0000000
--- a/bin/now
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-case "$1" in
--here) date +%FT%TZ%:z ;;
--net) date -u +%F"$(beats)" ;;
-*) date -u -Iseconds ;;
-esac