Skip to content

Commit aefd33b

Browse files
authored
Make script copy and pasteable (GoogleCloudPlatform#6607)
1 parent 5b064ec commit aefd33b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

run/filesystem/gcsfuse_run.sh

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
# [START cloudrun_fuse_script]
16+
#!/usr/bin/env bash
1617
set -eo pipefail
1718

1819
# Create mount directory for service

run/filesystem/run.sh

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
# [START cloudrun_fs_script]
16+
#!/usr/bin/env bash
1617
set -eo pipefail
1718

1819
# Create mount directory for service

0 commit comments

Comments
 (0)