mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-02 03:50:49 +08:00
6 lines
110 B
Bash
6 lines
110 B
Bash
#!/bin/sh
|
|
|
|
boinc-wrapper
|
|
# Non-zero exit status is expected so always return 0 to avoid false failure.
|
|
exit 0
|