Created
December 5, 2017 02:20
-
-
Save MasayukiFukada/bb5e1978688d7ab0032aef8b65ffafb1 to your computer and use it in GitHub Desktop.
Mac OSX でコマンドラインから時刻を調整する方法
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
| #!/bin/bash | |
| # ------------------------------------------------------------------------------ | |
| # Mac OSX におけるコマンドラインからの時刻調整 | |
| # | |
| # * sudo してから行うこと | |
| # ------------------------------------------------------------------------------ | |
| date -r "$(wget -q https://ntp-a1.nict.go.jp/cgi-bin/jst -O - | sed -n 4p | cut -d. -f1)" +%m%d%H%M%y | xargs date |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment