source: branches/comu-ver2/phpinidel.sh @ 17099

Revision 17099, 99 bytes checked in by ramrun, 16 years ago (diff)

CGI環境用 php.iniとサブフォルダ以下に複製・削除するシェルスクリプト

  • Property svn:executable set to *
Line 
1#!/bin/sh
2
3`find data -type f -name "php.ini" -delete`
4`find html -type f -name "php.ini" -delete`
Note: See TracBrowser for help on using the repository browser.