#!/bin/sh
gcc osxpppd.c -o osxpppd
gcc pppsh/Contents/MacOS/pppsh.c -o pppsh/Contents/MacOS/pppsh -bundle
./osxpppd
