mirror of
https://github.com/Snigdha-OS/snigdhaos-grub-theme.git
synced 2025-09-23 03:54:57 +02:00
8 lines
174 B
Plaintext
8 lines
174 B
Plaintext
for tz in Gaborone Harare Johannesburg Lagos; do
|
|
menuentry --class=tz.Africa.${tz} "Africa/${tz}" {
|
|
timezone="tz=${1}"
|
|
def_timezone="${1}"
|
|
menu_reload
|
|
}
|
|
done
|