Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
snipplets:wrapperargs [2010/07/31 09:07] 127.0.0.1 external edit |
snipplets:wrapperargs [2019/08/31 16:01] (current) ersen fix a typo |
||
---|---|---|---|
Line 5: | Line 5: | ||
LastUpdate_dt: 2010-07-31 | LastUpdate_dt: 2010-07-31 | ||
Contributors: Jan Schampera | Contributors: Jan Schampera | ||
+ | type: snipplet | ||
---- | ---- | ||
Line 10: | Line 11: | ||
^ Contributor: | self | | ^ Contributor: | self | | ||
- | There are situation where Bash code needs to generate Bash code. A script that writes out another script the user or cron may start, for example. | + | There are situations where Bash code needs to generate Bash code. A script that writes out another script the user or cron may start, for example. |
The general issue is easy, just write out text to the file. | The general issue is easy, just write out text to the file. |