comparison bin/lastwisdoms @ 7968:7f44f8bd7f75

<b_jonas> `` >bin/lastwisdoms echo $\'#!/bin/sh\\n\'\'exec hg log --template "{date|shortdate}\\0{files}\\0" -I "wisdom/**" | perl -0ne \'\\\'\'chomp;if(/^[0-9].*/){$d eq$_ and next;$d=$_}else{s"^wisdom/""}print$_," ";\'\\\' && chmod a+x bin/lastwisdoms
author HackBot
date Sun, 08 May 2016 11:36:29 +0000
parents
children aa97cf04e8f6
comparison
equal deleted inserted replaced
7967:28dfd2857c83 7968:7f44f8bd7f75
1 #!/bin/sh
2 exec hg log --template "{date|shortdate}\0{files}\0" -I "wisdom/**" | perl -0ne 'chomp;if(/^[0-9].*/){$d eq$_ and next;$d=$_}else{s"^wisdom/""}print$_," ";'