Skip to content

Commit 03a508c

Browse files
authored
Merge pull request #222 from r-devel/scripts/localhost_shebang_fix
Moved shebang so that bash will run script
2 parents 934dffc + 0b076cb commit 03a508c

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)