Skip to content

Commit

Permalink
script to copy files from pear-core
Browse files Browse the repository at this point in the history
  • Loading branch information
cweiske committed Oct 17, 2015
1 parent a158012 commit b846ad8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions copy-from-pear-core.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh
cp ../pear-core/OS/Guess.php src/OS/Guess.php
cp ../pear-core/PEAR.php src/PEAR.php
cp ../pear-core/PEAR/ErrorStack.php src/PEAR/ErrorStack.php
cp ../pear-core/System.php src/System.php

0 comments on commit b846ad8

Please sign in to comment.