Skip to content

Instantly share code, notes, and snippets.

@noolua
Created September 30, 2018 00:21
Show Gist options
  • Save noolua/48ef17e0f9eaaca5bcf34d40509d87f0 to your computer and use it in GitHub Desktop.
Save noolua/48ef17e0f9eaaca5bcf34d40509d87f0 to your computer and use it in GitHub Desktop.
sh_time
#!/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