7 lines
72 B
Bash
Executable File
7 lines
72 B
Bash
Executable File
#!/bin/bash
|
|
|
|
rm error;
|
|
rm output;
|
|
bin/drop_data.sh;
|
|
bin/import_data.sh;
|