summaryrefslogtreecommitdiff
path: root/agent/timezone
diff options
context:
space:
mode:
Diffstat (limited to 'agent/timezone')
-rwxr-xr-xagent/timezone7
1 files changed, 7 insertions, 0 deletions
diff --git a/agent/timezone b/agent/timezone
new file mode 100755
index 0000000..0172e19
--- /dev/null
+++ b/agent/timezone
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+echo "<<<timezone>>>"
+cat /etc/timezone
+
+exit 0
+