Created
July 1, 2025 21:07
-
-
Save scruss/0b681d084977f85d6d2461987012b6ec to your computer and use it in GitHub Desktop.
bash alias to report current time in Swatch Internet Time (".beats")
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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