3 lines
56 B
Python
Executable File
3 lines
56 B
Python
Executable File
#!/bin/sh
|
|
exec python3 "$(dirname "$0")/client.py" "$@"
|