Skip to content

Instantly share code, notes, and snippets.

@scruss
Created July 1, 2025 21:07
Show Gist options
  • Save scruss/0b681d084977f85d6d2461987012b6ec to your computer and use it in GitHub Desktop.
Save scruss/0b681d084977f85d6d2461987012b6ec to your computer and use it in GitHub Desktop.
bash alias to report current time in Swatch Internet Time (".beats")
alias beats='echo '\''@'\''$(TZ=GMT-1 date +'\''(%-S + %-M * 60 + %-H * 3600) / 86.4'\''|bc)'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment