Skip to content

Commit f582a2a

Browse files
committed
Add shebang to shell scripts
1 parent aab0675 commit f582a2a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

plugins/hypervisors/ovm3/src/test/resources/scripts/socat.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/bin/bash
2+
13
# Licensed to the Apache Software Foundation (ASF) under one
24
# or more contributor license agreements. See the NOTICE file
35
# distributed with this work for additional information

plugins/hypervisors/ovm3/src/test/resources/scripts/tail.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/bin/bash
2+
13
# Licensed to the Apache Software Foundation (ASF) under one
24
# or more contributor license agreements. See the NOTICE file
35
# distributed with this work for additional information

0 commit comments

Comments
 (0)