|
1 | 1 |
|
| 2 | +#!/usr/bin/env bash |
2 | 3 | # |
3 | | -# /* |
4 | | -# * |
5 | | -# * - |
6 | | -# * * #%L |
7 | | -# * * ********************************************************************** |
8 | | -# * * ORGANIZATION : Pi4J |
9 | | -# * * PROJECT : Pi4J :: EXTENSION |
10 | | -# * * FILENAME : runAppPropertyRead.sh |
11 | | -# * * |
12 | | -# * * This file is part of the Pi4J project. More information about |
13 | | -# * * this project can be found here: https://pi4j.com/ |
14 | | -# * * ********************************************************************** |
15 | | -# * * %% |
16 | | -# * * Copyright (C) 2012 - 2021 Pi4J |
17 | | -# * * %% |
18 | | -# * * Licensed under the Apache License, Version 2.0 (the "License"); |
19 | | -# * * you may not use this file except in compliance with the License. |
20 | | -# * * You may obtain a copy of the License at |
21 | | -# * * |
22 | | -# * * http://www.apache.org/licenses/LICENSE-2.0 |
23 | | -# * * |
24 | | -# * * Unless required by applicable law or agreed to in writing, software |
25 | | -# * * distributed under the License is distributed on an "AS IS" BASIS, |
26 | | -# * * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
27 | | -# * * See the License for the specific language governing permissions and |
28 | | -# * * limitations under the License. |
29 | | -# * * #L% |
30 | | -# * |
31 | | -# * |
32 | | -# */ |
| 4 | +# * #%L |
| 5 | +# * Copyright (C) 2012 - 2025 Pi4J |
| 6 | +# * %% |
| 7 | +# * |
| 8 | +# * Licensed under the Apache License, Version 2.0 (the "License"); |
| 9 | +# * you may not use this file except in compliance with the License. |
| 10 | +# * You may obtain a copy of the License at |
| 11 | +# * |
| 12 | +# * http://www.apache.org/licenses/LICENSE-2.0 |
| 13 | +# * |
| 14 | +# * Unless required by applicable law or agreed to in writing, software |
| 15 | +# * distributed under the License is distributed on an "AS IS" BASIS, |
| 16 | +# * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 17 | +# * See the License for the specific language governing permissions and |
| 18 | +# * limitations under the License. |
| 19 | +# * |
| 20 | +# *- |
| 21 | +# * #%L |
| 22 | +# * ********************************************************************** |
| 23 | +# * ORGANIZATION : Pi4J |
| 24 | +# * PROJECT : Pi4J :: EXTENSION |
| 25 | +# * FILENAME : runAppPropertyRead.sh |
| 26 | +# * |
| 27 | +# * This file is part of the Pi4J project. More information about |
| 28 | +# * this project can be found here: https://pi4j.com/ |
| 29 | +# * ********************************************************************** |
| 30 | +# * %% |
33 | 31 | # |
34 | 32 | # |
35 | 33 |
|
36 | 34 |
|
37 | | -#!/usr/bin/env bash |
38 | | -java --module-path . --module com.pi4j.devices/com.pi4j.devices.appConfig.ReadProperties $@ |
| 35 | + java -classpath ./*:../classes com.pi4j.devices.appConfig.ReadProperties $@ |
0 commit comments