diff options
| author | Gunnar Morling <gunnar.morling@googlemail.com> | 2023-12-28 11:44:58 +0100 |
|---|---|---|
| committer | Gunnar Morling <gunnar.morling@googlemail.com> | 2023-12-28 12:08:03 +0100 |
| commit | 4226200b433002de1fbe92ba3e7e2ffbbe632142 (patch) | |
| tree | b7fd65abf8b4d6446066a77345b1e5f7279e1fc0 /create_measurements.sh | |
🏆 Initial import
Diffstat (limited to 'create_measurements.sh')
| -rwxr-xr-x | create_measurements.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/create_measurements.sh b/create_measurements.sh new file mode 100755 index 0000000..4229635 --- /dev/null +++ b/create_measurements.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +java --class-path target/average-1.0.0-SNAPSHOT.jar dev.morling.onebrc.CreateMeasurements $1 |
