Skip to content

Commit 2a4dffb

Browse files
authored
Example is for a shell script, not config file
1 parent 38c093e commit 2a4dffb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_episodes/14-runtime.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ created during tool runtime."
1515
---
1616
Sometimes you need to create a file on the fly from input parameters,
1717
such as tools which expect to read their input configuration from a file
18-
rather than the command line parameters. To do this, use
19-
`InitialWorkDirRequirement`.
18+
rather than the command line parameters, or need a small wrapper shell script.
19+
To do this, use `InitialWorkDirRequirement`.
2020

2121
*createfile.cwl*
2222

0 commit comments

Comments
 (0)