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

find -L ~ -type l -lname "$PWD/*" | while read -r linkPath; do
	rm "$linkPath"
	echo "$linkPath"
done
0&id=1f76eb0e84b70024abe78149bef743a7b7699590&follow=1'>doc: Indicate that only OpenSSL 1.1.1b and newer workJune McEnroe