view bin/before @ 11836:c62643e28143 draft

<b_jonas> `` echo $IRC_NICK >> bin/flist
author HackEso <hackeso@esolangs.org>
date Thu, 13 Jun 2019 22:08:52 +0000
parents c989a1669243
children
line wrap: on
line source

lastfiles "$@" | while read f; do echo -n "$f//"; hg cat -r "$(hg log --removed --template '{rev}\n' "$f" | tail -n+2 | head -n1)" "$f"; done