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