mirror of
https://github.com/safing/portmaster
synced 2025-09-01 18:19:12 +00:00
7 lines
129 B
Bash
Executable file
7 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
|