gpt-2741gnac_root_files/_mtdblock5.img.extracted/squashfs-root/usr/script/getnow.sh
2023-11-26 03:26:24 -03:00

10 lines
No EOL
97 B
Bash
Executable file

#!/bin/sh
CONFFILE=/etc/timezone.conf
if [ -f $CONFFILE ] ; then
. $CONFFILE
export TZ
fi
date