8 lines
129 B
Bash
Executable File
8 lines
129 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd "$( dirname "${BASH_SOURCE[0]}" )"
|
|
|
|
rm -rf testdata/me/*
|
|
rm -rf testdata/shared/*
|
|
rm -rf testdata/hub*/databases
|