mirror of https://github.com/BOINC/boinc.git
7 lines
60 B
Plaintext
7 lines
60 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
# Run BoincLaunch
|
||
|
|
||
|
open ./BoincLaunch.app
|
||
|
|
||
|
exit 0
|