source: branches/testa-single-bookmark/bin/b.sh @ 102

Last change on this file since 102 was 41, checked in by anonymous, 6 years ago

add bin

  • Property svn:executable set to *
File size: 138 bytes
RevLine 
[41]1#!/bin/sh
2in_fname="php/x.php"
3out_fname="php/content3.php"
4
5echo "<?php" > $out_fname
6cat $in_fname >> $out_fname
7echo "?>" >> $out_fname
Note: See TracBrowser for help on using the repository browser.