#! /bin/bash
# [[php2phps]] create phps files from php files in a directory
# 
# Author:
# Fred Radeff (FR), radeff@akademia.ch, www.akademia.ch
# History: samedi 27 janvier 2007  : FR, created
# No Copyright, steal this!
#########
find . -name "*.php" | while read i
do
echo "cp " $i $i"s"
cp  $i $i"s"
done
 
info/php2phps.txt · Dernière modification: 2008/11/11 11:37 (modification externe)
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki