Skip to content

Commit a6d123c

Browse files
committed
Move shebang to be first in the file
1 parent 0f41dd3 commit a6d123c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cleanup.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1+
#!/bin/bash
2+
#
13
# Derived from Data On EKS under Apache License 2.0.
24
# Source: https://github.com/awslabs/data-on-eks/tree/main/ai-ml/jupyterhub
35
# See LICENSE file in the root directory of this source code or at http://www.apache.org/licenses/LICENSE-2.0.html.
46

5-
#!/bin/bash
67
set -o errexit
78
set -o pipefail
89

0 commit comments

Comments
 (0)