view bin/before @ 11301:6fae3200f233

<int-e> ` mv {bin,lib}/morse-decode; echo \'#!/hackenv/bin/shebang_args_or_input /hackenv/lib/morse-decode\' > bin/morse-decode; chmod +x bin/morse-decode
author HackBot
date Thu, 04 Jan 2018 23:48:26 +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