warpclock.sh
| 151 B | Satir:
0
| sh
Geri
#!/bin/sh if test -e /etc/adjtime ; then while read line ; do if test "$line" = LOCAL ; then hwclock --systz fi done < /etc/adjtime fi
Kaydet
Ctrl+S ile kaydet