mirror of
https://github.com/sshuttle/sshuttle.git
synced 2025-02-15 18:09:14 +01:00
4 lines
69 B
Plaintext
4 lines
69 B
Plaintext
|
#!/bin/sh
|
||
|
cd "$(dirname "$0")"
|
||
|
exec ./runpython ../Resources/main.py
|