Skip to content

Commit 5958aa9

Browse files
committed
bash from env
1 parent 95e2ad0 commit 5958aa9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bash/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
# SPDX-FileCopyrightText: Copyright (c) 2025 Yegor Bugayenko
44
# SPDX-License-Identifier: MIT

test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
# SPDX-FileCopyrightText: Copyright (c) 2025 Yegor Bugayenko
44
# SPDX-License-Identifier: MIT

0 commit comments

Comments
 (0)