File tree 1 file changed +0
-20
lines changed
1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
- # This work is licensed and released under GNU GPL v3 or any other later versions.
4
- # The full text of the license is below/ found at <http://www.gnu.org/licenses/>
5
-
6
- # (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.1]
7
-
8
- # This program is free software: you can redistribute it and/or modify
9
- # it under the terms of the GNU General Public License as published by
10
- # the Free Software Foundation, either version 3 of the License, or
11
- # (at your option) any later version.
12
-
13
- # This program is distributed in the hope that it will be useful,
14
- # but WITHOUT ANY WARRANTY; without even the implied warranty of
15
- # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
- # GNU General Public License for more details.
17
-
18
- # You should have received a copy of the GNU General Public License
19
- # along with this program. If not, see <http://www.gnu.org/licenses/>.
20
-
21
- # Get the platform type and run the build script if possible
22
-
23
3
# Print usage
24
4
usage () {
25
5
echo " Usage: daemon-local.sh -v <version number>"
You can’t perform that action at this time.
0 commit comments