summaryrefslogtreecommitdiff
path: root/arctica-testserver-nx3
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-06-23 12:50:08 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-06-23 12:50:08 +0200
commita86f350f3462ec94d6d3e620f4c11ef177592979 (patch)
tree5bd04db59ea25c6024a753fdda29c8e0a1ab87c2 /arctica-testserver-nx3
downloadarctica-testservers-a86f350f3462ec94d6d3e620f4c11ef177592979.tar.gz
arctica-testservers-a86f350f3462ec94d6d3e620f4c11ef177592979.tar.bz2
arctica-testservers-a86f350f3462ec94d6d3e620f4c11ef177592979.zip
initial commit, turn ArcticaBrowser's crank_test into a somehow official hacky-whacky script.
Diffstat (limited to 'arctica-testserver-nx3')
-rwxr-xr-xarctica-testserver-nx364
1 files changed, 64 insertions, 0 deletions
diff --git a/arctica-testserver-nx3 b/arctica-testserver-nx3
new file mode 100755
index 0000000..31b3e3a
--- /dev/null
+++ b/arctica-testserver-nx3
@@ -0,0 +1,64 @@
+#!/bin/bash
+
+################################################################################
+# _____ _
+# |_ _| |_ ___
+# | | | ' \/ -_)
+# |_| |_||_\___|
+# _ _ ____ _ _
+# / \ _ __ ___| |_(_) ___ __ _ | _ \ _ __ ___ (_) ___ ___| |_
+# / _ \ | '__/ __| __| |/ __/ _` | | |_) | '__/ _ \| |/ _ \/ __| __|
+# / ___ \| | | (__| |_| | (_| (_| | | __/| | | (_) | | __/ (__| |_
+# /_/ \_\_| \___|\__|_|\___\__,_| |_| |_| \___// |\___|\___|\__|
+# |__/
+# The Arctica Modular Remote Computing Framework
+#
+################################################################################
+#
+# Copyright (C) 2015-2017 The Arctica Project
+# http://arctica-project.org/
+#
+# This code is dual licensed: strictly GPL-2 or AGPL-3+
+#
+# GPL-2
+# -----
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; version 2 of the License.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the
+# Free Software Foundation, Inc.,
+#
+# 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
+#
+# AGPL-3+
+# -------
+# This programm is free software; you can redistribute it and/or modify
+# it under the terms of the GNU Affero General Public License as published by
+# the Free Software Foundation; either version 3 of the License, or
+# (at your option) any later version.
+#
+# This programm is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU Affero General Public License for more details.
+#
+# You should have received a copy of the GNU Affero General Public License
+# along with this program; if not, write to the
+# Free Software Foundation, Inc.,
+# 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
+#
+# Copyright (C) 2015-2017 Guangzhou Nianguan Electronics Technology Co.Ltd.
+# <opensource@gznianguan.com>
+# Copyright (C) 2015-2017 Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
+#
+################################################################################
+
+/usr/lib/arctica-testserver/nxinit.run "$@"
+exit 0 \ No newline at end of file