Skip to content

Commit d1e3d16

Browse files
author
automation
committed
[no-ci] updated by mvgplugin
1 parent 8000c3a commit d1e3d16

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed

extractTimingFromServiceLog.sh

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,23 @@
11
#! /bin/bash
2+
##~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3+
## (C) Copyright 2018-2024 Modeling Value Group B.V. (http://modelingvalue.org) ~
4+
## ~
5+
## Licensed under the GNU Lesser General Public License v3.0 (the 'License'). You may not use this file except in ~
6+
## compliance with the License. You may obtain a copy of the License at: https://choosealicense.com/licenses/lgpl-3.0 ~
7+
## Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on ~
8+
## an 'AS IS' BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the ~
9+
## specific language governing permissions and limitations under the License. ~
10+
## ~
11+
## Maintainers: ~
12+
## Wim Bast, Tom Brus ~
13+
## ~
14+
## Contributors: ~
15+
## Ronald Krijgsheld ✝, Arjan Kok, Carel Bast ~
16+
## --------------------------------------------------------------------------------------------------------------------- ~
17+
## In Memory of Ronald Krijgsheld, 1972 - 2023 ~
18+
## Ronald was suddenly and unexpectedly taken from us. He was not only our long-term colleague and team member ~
19+
## but also our friend. "He will live on in many of the lines of code you see below." ~
20+
##~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
221

322
HDR='json,e1,m2cds,e2,cds2m,e3,total'
423

latest-version.sh

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,23 @@
11
#!/bin/bash
2+
##~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3+
## (C) Copyright 2018-2024 Modeling Value Group B.V. (http://modelingvalue.org) ~
4+
## ~
5+
## Licensed under the GNU Lesser General Public License v3.0 (the 'License'). You may not use this file except in ~
6+
## compliance with the License. You may obtain a copy of the License at: https://choosealicense.com/licenses/lgpl-3.0 ~
7+
## Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on ~
8+
## an 'AS IS' BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the ~
9+
## specific language governing permissions and limitations under the License. ~
10+
## ~
11+
## Maintainers: ~
12+
## Wim Bast, Tom Brus ~
13+
## ~
14+
## Contributors: ~
15+
## Ronald Krijgsheld ✝, Arjan Kok, Carel Bast ~
16+
## --------------------------------------------------------------------------------------------------------------------- ~
17+
## In Memory of Ronald Krijgsheld, 1972 - 2023 ~
18+
## Ronald was suddenly and unexpectedly taken from us. He was not only our long-term colleague and team member ~
19+
## but also our friend. "He will live on in many of the lines of code you see below." ~
20+
##~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
221

322
# Check if jq is installed
423
if ! command -v jq &> /dev/null; then

0 commit comments

Comments
 (0)