5 lines
141 B
Bash
Executable file
5 lines
141 B
Bash
Executable file
#!/bin/bash
|
|
cp /usr/share/zoneinfo/Europe/Istanbul /etc/localtime
|
|
export TZ=/etc/localtime
|
|
hwclock --set --date "`date +"%D %T"`"
|
|
hwclock -s
|