Created
June 17, 2014 16:32
-
-
Save lamdor/f98fe337f4207c57b0e3 to your computer and use it in GitHub Desktop.
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 | |
| echo -n "before: " | |
| boot2docker ssh date | |
| boot2docker ssh sudo ntpclient -s -h pool.ntp.org | |
| echo -n "after: " | |
| boot2docker ssh date |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment