diff options
author | Edward W. Koenig <kingbeowulf@gmail.com> | 2018-08-13 10:47:44 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-08-18 08:39:47 +0700 |
commit | 179ae8279301bb3392337e8d20c0b8c4248bf306 (patch) | |
tree | 09256067a9f9fc616a3ccf4057e11ca3efd4d538 /academic/boinc/boincgui.sh | |
parent | 24d4a343af5f4b3606604cc7004e4171c96973c8 (diff) | |
download | slackbuilds-179ae8279301bb3392337e8d20c0b8c4248bf306.tar.gz |
academic/boinc: Added (Open-source software for grid computing).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'academic/boinc/boincgui.sh')
-rw-r--r-- | academic/boinc/boincgui.sh | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/academic/boinc/boincgui.sh b/academic/boinc/boincgui.sh new file mode 100644 index 0000000000..435bb29e63 --- /dev/null +++ b/academic/boinc/boincgui.sh @@ -0,0 +1,29 @@ +#!/bin/bash +# +# Copyright 2013-2014 Edward Koenig, Vancouver, WA, USA <kingbeowulf@gmail.com> +# All rights reserved. +# +# Redistribution and use of this script, with or without modification, is +# permitted provided that the following conditions are met: +# +# 1. Redistributions of this script must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY EXPRESS OR IMPLIED +# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO +# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; +# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR +# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF +# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +DATADIR="WORKDIR" + +# Sanity Check +mkdir -p $DATADIR + +# run... +boincmgr --clientdir=/usr/bin --datadir=$DATADIR |