boinc/client/mac/postinstall

7 lines
60 B
Plaintext
Raw Normal View History

#!/bin/sh
# Run BoincLaunch
open ./BoincLaunch.app
exit 0