summary refs log tree commit diff homepage
path: root/2018/day02-2.sh
blob: ef8bcc23eb840fe69d423cdaf72f2c34f9919443 (plain) (blame)
1
2
3
4
5
6
input=$(mktemp)
cat > $input
for i in $(seq $(head -n 1 $input | wc -c)); do
	colrm $i $i < $input | sort | uniq -d
done
rm $input
from Left Hand of DarknessJune McEnroe 2026-04-23Add y-d templateJune McEnroe 2026-03-23Replace tmppath pledge with rpath wpath cpathJune McEnroe 2026-03-23Add -ll for hilexJune McEnroe 2026-02-17Remove photo metadata directoriesJune McEnroe 2026-02-17Ignore photo metadataJune McEnroe 2026-02-16Populate films datalist with 20 most recently usedJune McEnroe 2026-02-16Select last used bodyJune McEnroe 2026-02-15Don't break on trip with removed bodyJune McEnroe 2026-02-11Keep manpath.conf sortedJune McEnroe