diff options
| author | Algirdas Raščius <algirdasrascius@users.noreply.github.com> | 2024-01-10 23:35:37 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-10 22:35:37 +0100 |
| commit | d17619c95c1b0a90f03e860b169d11ed5ec255c5 (patch) | |
| tree | 4948b257121b2fd54c351e4f22d75682ee25b10b /calculate_average_algirdasrascius.sh | |
| parent | ad7a6ec57357df7af33a4049c88c5a5c1f022e81 (diff) | |
Quick and dirty first version (#215)
* Quick and dirty first version
* Update script to new standard
Diffstat (limited to 'calculate_average_algirdasrascius.sh')
| -rwxr-xr-x | calculate_average_algirdasrascius.sh | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/calculate_average_algirdasrascius.sh b/calculate_average_algirdasrascius.sh new file mode 100755 index 0000000..de79606 --- /dev/null +++ b/calculate_average_algirdasrascius.sh @@ -0,0 +1,19 @@ +#!/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="" +java $JAVA_OPTS --class-path target/average-1.0.0-SNAPSHOT.jar dev.morling.onebrc.CalculateAverage_algirdasrascius |
