mirror of
https://github.com/safing/portmaster
synced 2025-04-13 23:49:11 +00:00
7 lines
117 B
Bash
Executable file
7 lines
117 B
Bash
Executable file
#!/bin/bash
|
|
|
|
cd "$( dirname "${BASH_SOURCE[0]}" )"
|
|
|
|
rm -rf data/me/*
|
|
rm -rf data/shared/*
|
|
rm -rf data/hub*/databases
|