PHP Core libraries
- add 4dev/ folder
This commit is contained in:
8
4dev/database/bin/drop_reload.sh
Executable file
8
4dev/database/bin/drop_reload.sh
Executable 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;
|
||||
Reference in New Issue
Block a user