local/bin/worldtime: Delete in favour of helm-world-time.

master
Pierre Neidhardt 2020-06-11 19:24:02 +02:00
parent 4e7fa54d68
commit 67ab6d307d
1 changed files with 0 additions and 16 deletions

View File

@ -1,16 +0,0 @@
#!/bin/sh
set -- \
UTC '' \
Europe/Paris "France Germany Sweden" \
Asia/Calcutta India \
Indian/Mauritius Mauritius \
Africa/Tunis Tunisia \
Asia/Ho_Chi_Minh Vietnam \
Australia/Melbourne Melbourne \
Africa/Nairobi Uganda \
while [ $# -gt 0 ]; do
TZ="$1" date "+%a %b %e %H:%M:%S %Z %Y%t$2"
shift 2
done