# HG changeset patch # User HackBot # Date 1456384808 0 # Node ID 67ea9ff78b3a6e1666677e3564fe74cac83adeb1 # Parent 458fca97071d1e0dfb91fb622be1666d11b9034e perl -e-e($o="bin/list-ng") and die; open$O,">",$o or die; print $O "#!/bin/sh\\nexec culprits-ng ~/share/conscripts\\n"; close$O;chmod 0755,$o or die; diff -r 458fca97071d -r 67ea9ff78b3a bin/list-ng --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bin/list-ng Thu Feb 25 07:20:08 2016 +0000 @@ -0,0 +1,2 @@ +#!/bin/sh +exec culprits-ng ~/share/conscripts