close
Warning:
HTML preview using EnscriptRenderer failed (Exception: Running enscript failed with (127, sh: enscript: command not found), disabling EnscriptRenderer (command: 'enscript --color -h -q --language=html -p - -Esh'))
|
Last change
on this file since 49 was
41,
checked in by anonymous, 6 years ago
|
|
add bin
|
-
Property svn:executable set to
*
|
|
File size:
138 bytes
|
| Line | |
|---|
| 1 | #!/bin/sh |
|---|
| 2 | in_fname="php/x.php" |
|---|
| 3 | out_fname="php/content3.php" |
|---|
| 4 | |
|---|
| 5 | echo "<?php" > $out_fname |
|---|
| 6 | cat $in_fname >> $out_fname |
|---|
| 7 | echo "?>" >> $out_fname |
|---|
Note: See
TracBrowser
for help on using the repository browser.
Download in other formats: