Skip to content

Instantly share code, notes, and snippets.

View bauglir's full-sized avatar
🏠
Working from home

Joris Kraak bauglir

🏠
Working from home
View GitHub Profile
@bauglir
bauglir / time_anouncer
Created December 8, 2011 17:13 — forked from tomkersten/time_anouncer
Decided I really dislike the 0x format for hours in the current presentation
#!/bin/bash
source /home/duckworth/.local_zshrc
CHICAGO_HOUR=`date +"%k"`
TZ_ORIGINAL=$TZ
export TZ='Europe/Amsterdam'
EUROPE_HOUR=`date +"%k"`
export TZ_ORIGINAL=$TZ