summary refs log tree commit diff homepage
path: root/2018/day01-2.sh
blob: 66521fb6d51f5731b0de5d95dc4ce250e239c3ab (plain) (blame)
1
2
3
4
5
6
7
8
seq -f "$(cat)" ${1:-150} \
	| sed 's/^/last/' \
	| bc \
	| cat -n \
	| sort -s -n -k 2 \
	| uniq -d -f 1 \
	| sort -b -n \
	| head -n 1
ref='/src/commit/etc/Light.terminal?id=381a045428573deb6d35d33006b093aa5b1ca2b3&follow=1'>Update Dark.terminalJune McEnroe 2019-07-26Lighten dark whiteJune McEnroe 2019-07-25Add png.3 man pageJune McEnroe 2019-07-25Use scheme to style HTMLsJune McEnroe 2019-07-25Don't match comments in strings in makeJune McEnroe 2019-07-25Generate index.html with links from bin.7June McEnroe 2019-07-24Warn when date has changedJune McEnroe 2019-07-24Add whenJune McEnroe 2019-07-24Remove histedit from bitJune McEnroe