All pastes #1879963 Raw Edit

ubertime.sh

public shellscript v1 · immutable
#1879963 ·published 2010-06-09 19:33 UTC
rendered paste body
#!/bin/bashuberstring="."[ -f ~/.ubertime ] || while ! date -d "$uberstring" +%s >~/.ubertime 2>/dev/null;do  read -e -p "Enter monophasic wake time (YYYY-MM-DD HH:MM): " uberstringdoneubertime=$(cat ~/.ubertime)while expr $(date +%s) - $ubertime | awk '{printf "\ruber for %id %2ih %2im %2is",($1/3600/24),($1/3600%24),($1/60%60),($1%60)}';do  [ "$1" == "-l" ] || break  read -r -n 1 -t 1 -s && breakdoneecho