diff options
author | Vitalii Koshura <lestat.de.lionkur@gmail.com> | 2022-09-07 13:47:33 +0200 |
---|---|---|
committer | Vitalii Koshura <lestat.de.lionkur@gmail.com> | 2023-01-04 04:45:13 +0100 |
commit | 40e144be7d4b4a7a9d3d3fd45b39878c73dee406 (patch) | |
tree | 0cc118c47f00310c70b803e55b34f7ecbcbe933c /net/boinc-wrapper/test.sh | |
parent | 3d5264c8a4be75e26d72122d7a71333d0c6aabbd (diff) |
boinc-wrapper: add new package
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
Diffstat (limited to 'net/boinc-wrapper/test.sh')
-rw-r--r-- | net/boinc-wrapper/test.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/net/boinc-wrapper/test.sh b/net/boinc-wrapper/test.sh new file mode 100644 index 000000000..33f2f96d4 --- /dev/null +++ b/net/boinc-wrapper/test.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +boinc-wrapper +# Non-zero exit status is expected so always return 0 to avoid false failure. +exit 0 |