Skip to content

Instantly share code, notes, and snippets.

@movii
Last active June 15, 2018 16:16
Show Gist options
  • Save movii/17932252ee93cf2aa2cb08ec411c0f29 to your computer and use it in GitHub Desktop.
Save movii/17932252ee93cf2aa2cb08ec411c0f29 to your computer and use it in GitHub Desktop.
# 在终端中输入以监听 localhost:1333 的结果
while :; do clear; nc -l localhost 1333; sleep 2; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment