mirror of
https://github.com/sshuttle/sshuttle.git
synced 2024-11-22 16:03:57 +01:00
c70b9937df
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!
6 lines
106 B
Plaintext
6 lines
106 B
Plaintext
exec >&2
|
|
redo-ifchange runpython.c
|
|
gcc -Wall -o $3 runpython.c \
|
|
-I/usr/include/python2.5 \
|
|
-lpython2.5
|