File: run.sh

package info (click to toggle)
python-socketio 5.12.1-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,140 kB
  • sloc: python: 11,460; makefile: 13; sh: 7
file content (8 lines) | stat: -rwxr-xr-x 186 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#!/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
python server_send_broadcast.py