Skip to content

Commit 382631a

Browse files
authored
Moved shebang so that bash will run script
1 parent 192bcce commit 382631a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/localscript.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# This script is run after the workspace is created
21
#!/bin/bash
32

3+
# This script is run after the workspace is created
4+
5+
46
local_script(){
57

68
# Workspace root is $PWD at the start

0 commit comments

Comments
 (0)