6 lines
44 B
Bash
Executable File
6 lines
44 B
Bash
Executable File
#!/bin/sh
|
|
|
|
rm index/*
|
|
cd db
|
|
./recreateDb.sh
|