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

find -L ~ -type l -lname "${PWD}/*" | while read -r link; do
	echo "$link"
	rm "$link"
done
4:06:27 -0500'>2018-11-10Add deflateCopy.3June McEnroe 2018-11-10Add deflateSetDictionary.3June McEnroe 2018-11-10Remove initial deflate(3) reference in deflateInit2.3June McEnroe 2018-11-10Remove trailing whitespaceJune McEnroe 2018-11-10Add deflateInit2.3June McEnroe 2018-11-10Refer to deflate(3) for z_streamp typeJune McEnroe 2018-11-10Document z_stream fields in deflate.3June McEnroe 2018-11-10Add inflate.3June McEnroe 2018-11-09Use Pq/Po/Pc moreJune McEnroe 2018-11-09Add FreeBSD MakefileJune McEnroe 2018-11-09Add deflate.3June McEnroe