summary refs log tree commit diff
path: root/prune.sh
blob: fabe865fd64a87e6ea4792fe7ad626009803c22d (plain) (blame)
1
2
3
4
5
6
7
#!/bin/sh
set -eu

find -L ~/.config ~/.local -type l -lname "${PWD}/*" | while read -r link; do
	echo "$link"
	rm "$link"
done
>2020-09-09Update litterbox to 1.6June McEnroe 2020-08-23Add scooper portJune McEnroe 2020-08-23Add catsit portJune McEnroe 2020-08-13Update pounce to 1.4p2June McEnroe 2020-08-11Update pounce to 1.4p1June McEnroe 2020-08-10Add litterbox portJune McEnroe 2020-08-10Add missing USES=pkgconfig to pounceJune McEnroe