Skip to content

Commit ea9985f

Browse files
Add shebang too [ci skip]
1 parent 62df4f4 commit ea9985f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@ To configure batchtools for job schedulers we need to setup a `*.tmpl` template
116116
file that is used to generate the script used by the scheduler.
117117
This is what a template file for TORQUE / PBS may look like:
118118
```sh
119+
#!/bin/bash
120+
119121
## Job name:
120122
#PBS -N <%= if (exists("job.name", mode = "character")) job.name else job.hash %>
121123

0 commit comments

Comments
 (0)