source: companies/celepar/doc-expressolivre/suse/arqs-conf-suse/regexp.php @ 763

Revision 763, 100 bytes checked in by niltonneto, 15 years ago (diff)

Importação inicial do Expresso da Celepar

Line 
1#!/usr/bin/php -q
2<?php
3        global $argv;
4        $pass = $argv[1];
5        echo ereg_replace ("/", "\/", $pass);
6?>
Note: See TracBrowser for help on using the repository browser.