You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

copy-from-pear-core.sh 223B

12345
  1. #!/bin/sh
  2. cp ../pear-core/OS/Guess.php src/OS/Guess.php
  3. cp ../pear-core/PEAR.php src/PEAR.php
  4. cp ../pear-core/PEAR/ErrorStack.php src/PEAR/ErrorStack.php
  5. cp ../pear-core/System.php src/System.php