Skip to content

Commit dfe1e29

Browse files
committed
another test script
1 parent 366de67 commit dfe1e29

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

non-exec-script.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/usr/bin/env bash
2+
echo "This is a script that does not have exec permission."

scripts/test.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/usr/bin/env bash
2+
echo "This is also a script"

0 commit comments

Comments
 (0)