File: run.sh

package info (click to toggle)
python-socketio 5.7.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 836 kB
  • sloc: python: 8,645; sh: 12; makefile: 4
file content (7 lines) | stat: -rwxr-xr-x 154 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#!/bin/bash
python text_packet.py
python binary_packet.py
python json_packet.py
python namespace_packet.py
python server_receive.py
python server_send.py