Skip to content

Commit

Permalink
added header for shell script
Browse files Browse the repository at this point in the history
Signed-off-by: hillium <[email protected]>
  • Loading branch information
YuJuncen committed Aug 14, 2023
1 parent 3982311 commit adf60b2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions images/ebs-warmup/warmup-steps.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
#! /usr/bin/env sh
# Copyright 2023 PingCAP, Inc.
#
# 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,
# See the License for the specific language governing permissions and
# limitations under the License.

set -eu

Expand Down

0 comments on commit adf60b2

Please sign in to comment.