mirror of
https://github.com/Snigdha-OS/snigdhaos-grub-theme.git
synced 2025-12-06 14:13:51 +01:00
8 lines
152 B
Plaintext
8 lines
152 B
Plaintext
for tz in Sydney; do
|
|
menuentry --class=tz.Australia.${tz} "Australia/${tz}" {
|
|
timezone="tz=${1}"
|
|
def_timezone="${1}"
|
|
menu_reload
|
|
}
|
|
done
|