mirror of
https://github.com/sshuttle/sshuttle.git
synced 2025-02-13 17:10:00 +01:00
Just kidding. This is a squash of a whole bunch of unlabeled temporary commits that I produced over the last couple of weeks while writing a UI for MacOS while riding on airplanes and sitting in airports. So long, batch of useless commits!
4 lines
69 B
Bash
Executable File
4 lines
69 B
Bash
Executable File
#!/bin/sh
|
|
cd "$(dirname "$0")"
|
|
exec ./runpython ../Resources/main.py
|