diff options
| author | Gunnar Morling <gunnar.morling@googlemail.com> | 2024-01-13 12:20:49 +0100 |
|---|---|---|
| committer | Gunnar Morling <gunnar.morling@googlemail.com> | 2024-01-13 12:23:06 +0100 |
| commit | 45056e073b1301b2398802255737f39bb2d99252 (patch) | |
| tree | 1677a9ee60f52b8d639679d20709b0f67b4f845a /eval.sh | |
| parent | eff73db9fe5437a512d8a205b3baabbd6e62cd01 (diff) | |
Script cleanup
Diffstat (limited to 'eval.sh')
| -rwxr-xr-x | eval.sh | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/eval.sh b/eval.sh deleted file mode 100755 index 460591f..0000000 --- a/eval.sh +++ /dev/null @@ -1,24 +0,0 @@ -#!/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. -# - -if [ -z "$1" ] - then - echo "Usage: eval.sh <fork name>" - exit 1 -fi - -./evaluate.sh $1 2>&1 | tee $1.out |
