Skip to content
Snippets Groups Projects
Commit 07654935 authored by nimrod's avatar nimrod
Browse files

clear_clipped.

Whem the database for clipped gets corrupted, it needs to be deleted and
the application restarted. Script that.
parent 21292e80
Branches
No related tags found
No related merge requests found
#!/bin/sh
set -eu
if pgrep -f com.github.davidmhewitt.clipped
then
killall com.github.davidmhewitt.clipped
fi
rm ~/.config/clipped/ClipboardStore.sqlite
com.github.davidmhewitt.clipped > /dev/null 2>&1 &
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment