Skip to content

Commit

Permalink
Move shebang to be first in the file
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Mar 3, 2025
1 parent 0f41dd3 commit a6d123c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cleanup.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
#!/bin/bash
#
# Derived from Data On EKS under Apache License 2.0.
# Source: https://github.com/awslabs/data-on-eks/tree/main/ai-ml/jupyterhub
# See LICENSE file in the root directory of this source code or at http://www.apache.org/licenses/LICENSE-2.0.html.

#!/bin/bash
set -o errexit
set -o pipefail

Expand Down

0 comments on commit a6d123c

Please sign in to comment.