Skip to content

Commit

Permalink
Merge pull request #2 from wszqkzqk/shebang
Browse files Browse the repository at this point in the history
chore: add unix shebang for python in its login code example
  • Loading branch information
leavelet authored Aug 31, 2024
2 parents 0e81809 + ee4ed55 commit ba81623
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions getting-started/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ ssh -i ~/.ssh/cloud_key 用户名@<内网IP>
如果需要连接校园网,需要和正常设备一样登陆网关。云主机通常不方便使用网页版网关,可以使用如下网关登陆程序:

```python
#!/usr/bin/env python3

import requests
import getpass

Expand Down

0 comments on commit ba81623

Please sign in to comment.