Skip to content

Commit cad0f98

Browse files
committed
Quote error
1 parent f436274 commit cad0f98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

supercomputingwithlinux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3046,7 +3046,7 @@ Functions also have the advantage of providing variable scope, which should be u
30463046

30473047
Signals can be send to processes. In job submission a recommended signal is TERM, which can be used to kill a process. This is typically carried out by a scheduling system when a job has exceeded walltime or a `qdel` has been issues on the job. This is another example of using a function for debugging, but within a job itself, as all jobscripts are also shell scripts.
30483048

3049-
``
3049+
```
30503050
#!/bin/bash
30513051
#PBS -l walltime=10:00:00
30523052
#PBS -l nodes=2

0 commit comments

Comments
 (0)