diff --git a/.local/bin/worldtime b/.local/bin/worldtime deleted file mode 100755 index 1a9b4235..00000000 --- a/.local/bin/worldtime +++ /dev/null @@ -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