changeset 5300:fe8f574b561c

<shachaf> ` echo -ne \'#!/bin/sh\\ngrep -P -i -n "$1" quotes | cut -d \':\' -f 1 | xargs\\n\' > bin/quotenums; chmod +x bin/quotenums
author HackBot
date Thu, 02 Apr 2015 03:03:23 +0000
parents cec1ac218fa4
children c12d6e43f82f
files bin/quotenums
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bin/quotenums	Thu Apr 02 03:03:23 2015 +0000
@@ -0,0 +1,2 @@
+#!/bin/sh
+grep -P -i -n "$1" quotes | cut -d : -f 1 | xargs