Created
September 30, 2018 00:21
-
-
Save noolua/48ef17e0f9eaaca5bcf34d40509d87f0 to your computer and use it in GitHub Desktop.
sh_time
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/sh | |
echo "SET timezone = 'Asia/Shanghai'" | |
sudo rm -f /etc/localtime | |
sudo ln -s /usr/share/zoneinfo/Asia/Shanghai /etc/localtime |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment