# HG changeset patch # User HackBot # Date 1479786564 0 # Node ID 69e17eb6ec586ed67a547abd6a5608ea2a6b7dc7 # Parent 1281dde9cef7f4b38af71217b264b4fc13cf5947 mkx bin/nth//head -n"$1" | tail -n1 diff -r 1281dde9cef7 -r 69e17eb6ec58 bin/nth --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bin/nth Tue Nov 22 03:49:24 2016 +0000 @@ -0,0 +1,1 @@ +head -n"$1" | tail -n1