summaryrefslogtreecommitdiff
path: root/agent/timezone
blob: 43703732d946b4480023ea78dfd5f40146478d32 (plain)
1
2
3
4
5
6
#!/bin/sh

echo "<<<timezone>>>"
cat /etc/timezone

exit 0