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
| #!/usr/bin/env bash | |
| # you can do things like this : | |
| # % tz | |
| # % tz 10h30 | |
| # % tz 10h30 next week | |
| # % tz 11:00 next thursday | |
| # | |
| # and so on, | |
| # | |
| # This needs gnu date, on MacOSX just install gnuutils from brew |