PHP Core libraries

- add 4dev/ folder
This commit is contained in:
2013-12-11 15:44:33 +09:00
commit de4db95d16
38 changed files with 714 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
#!/bin/bash
# $Id: drop_reload.sh 3158 2010-09-02 02:49:00Z gullevek $
rm error;
rm output;
bin/drop_data.sh;
bin/import_data.sh;