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
/src/commit/www/text.causal.agency/Makefile?id=bd543427fc6c5d7980d1dd39dfe40144a74fa144&follow=1'>Publish "Voices"June McEnroe 2022-02-22Remove cgit from TOURJune McEnroe 2022-02-14Remove cgitJune McEnroe 2022-02-14Narrow filterJune McEnroe 2022-02-10Correct diminishing shine, I thinkJune McEnroe