Skip to content

Instantly share code, notes, and snippets.

@pinglunliao
Created June 11, 2019 11:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pinglunliao/3d6e69da95c5c0947859701bb396d758 to your computer and use it in GitHub Desktop.
Save pinglunliao/3d6e69da95c5c0947859701bb396d758 to your computer and use it in GitHub Desktop.
#!/bin/bash
for i in {1..5}
do
python TCP_Client.py
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment