diff options
| author | Prabhu R <rprabhu.rama@gmail.com> | 2024-01-11 01:39:42 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-10 21:09:42 +0100 |
| commit | 1086385f1f22965d30bbc54edefa6c5d2e5e45ce (patch) | |
| tree | 0c5b52381974d3b4ab9a26dd6665a0b2d3dc9c8f /calculate_average_rprabhu.sh | |
| parent | 08af2622d39bae9426c56d9d25913f21627745cc (diff) | |
Implementation by rprabhu
Co-authored-by: Prabhu R <prabhu.rengaswamy@outlook.com>
Diffstat (limited to 'calculate_average_rprabhu.sh')
| -rw-r--r-- | calculate_average_rprabhu.sh | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/calculate_average_rprabhu.sh b/calculate_average_rprabhu.sh new file mode 100644 index 0000000..f0efdbb --- /dev/null +++ b/calculate_average_rprabhu.sh @@ -0,0 +1,20 @@ +#!/bin/sh +# +# Copyright 2023 The original authors +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + + +JAVA_OPTS="" +time java $JAVA_OPTS --class-path target/average-1.0.0-SNAPSHOT.jar dev.morling.onebrc.CalculateAverage_rprabhu |
