aboutsummaryrefslogtreecommitdiff
path: root/calculate_average_faridtmammadov.sh
diff options
context:
space:
mode:
authorFarid <faridmammadov@outlook.com>2024-01-16 00:01:16 +0400
committerGitHub <noreply@github.com>2024-01-15 21:01:16 +0100
commit07ac6a53c365cbbb6ea7ce4d2fc2b12b771b604e (patch)
tree46a96d9cd7535dbb9a49e1698fdf70d5afd48953 /calculate_average_faridtmammadov.sh
parentb7c24f95cdd8fb0f003c70dd6e5ebc3c87462273 (diff)
CalculateAverage_faridtmammadov (#406)
* create calculate average frd * rename to mach github username * add licesnce header * make script executable --------- Co-authored-by: Farid Mammadov <farid.mammadov@simbrella.com>
Diffstat (limited to 'calculate_average_faridtmammadov.sh')
-rwxr-xr-xcalculate_average_faridtmammadov.sh21
1 files changed, 21 insertions, 0 deletions
diff --git a/calculate_average_faridtmammadov.sh b/calculate_average_faridtmammadov.sh
new file mode 100755
index 0000000..c521e9a
--- /dev/null
+++ b/calculate_average_faridtmammadov.sh
@@ -0,0 +1,21 @@
+#!/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="--enable-preview"
+java $JAVA_OPTS --class-path target/average-1.0.0-SNAPSHOT.jar dev.morling.onebrc.CalculateAverage_faridtmammadov
+