1 | 1 |
deleted file mode 100755 |
... | ... |
@@ -1,29 +0,0 @@ |
1 |
-#!/bin/bash |
|
2 |
-#BEGIN LICENSE |
|
3 |
-# |
|
4 |
-# Copyright © Blue Mind SAS, 2012-2016 |
|
5 |
-# |
|
6 |
-# This file is part of BlueMind. BlueMind is a messaging and collaborative |
|
7 |
-# solution. |
|
8 |
-# |
|
9 |
-# This program is free software; you can redistribute it and/or modify |
|
10 |
-# it under the terms of either the GNU Affero General Public License as |
|
11 |
-# published by the Free Software Foundation (version 3 of the License). |
|
12 |
-# |
|
13 |
-# |
|
14 |
-# This program is distributed in the hope that it will be useful, |
|
15 |
-# but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
16 |
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
|
17 |
-# |
|
18 |
-# See LICENSE.txt |
|
19 |
- |
|
20 |
- |
|
21 |
-appid=net.bluemind.hsm.unarchall.promote |
|
22 |
- |
|
23 |
-product=`basename $0` |
|
24 |
-curdir=`dirname $0` |
|
25 |
- |
|
26 |
-export DEFAULT_MEM=512 |
|
27 |
-source ${curdir}/equinox.lib ${product} |
|
28 |
- |
|
29 |
-bj_equinox_run_appid ${curdir} ${appid} "$@" |