source:
trunk/packages/sipb-xen-base/files/lib/init/gen-files.sh
@
1220
| Last change on this file since 1220 was 1211, checked in by price, 17 years ago | |
|---|---|
| File size: 175 bytes | |
| Rev | Line | |
|---|---|---|
| [1211] | 1 | # Generates files from templates. |
| 2 | # Files should be named in an array variable GEN_FILES. | |
| 3 | ||
| 4 | gen_files() | |
| 5 | { | |
| 6 | for f in "${GEN_FILES[@]}"; do | |
| 7 | mako-render $f.mako >$f | |
| 8 | done | |
| 9 | } |
Note: See TracBrowser
for help on using the repository browser.
