Skip to content

Commit 4caf38e

Browse files
committed
Fixed runscript typo
1 parent 1213bc3 commit 4caf38e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

03-hands-on.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Building and Running Containers
1+
/# Building and Running Containers
22

33
In the third hour we will build the preceding container from scratch.
44

@@ -172,7 +172,7 @@ EOF
172172

173173
mpicc helloworld.c -o /sc19-tutorial/hello
174174

175-
$runscript
175+
%runscript
176176
/sc19-tutorial/hello $@
177177
```
178178

@@ -222,7 +222,7 @@ EOF
222222

223223
mpicc helloworld.c -o /sc19-tutorial/hello
224224

225-
$runscript
225+
%runscript
226226
/sc19-tutorial/hello $@
227227
```
228228

0 commit comments

Comments
 (0)