shithub: riscv

Download patch

ref: 41be41b4936b4d58312cc99993511f0f09d6161d
parent: 033c2812c29b0e81e6c055b80e0334ba5ed1f871
author: Ori Bernstein <ori@eigenstate.org>
date: Tue Jun 4 18:42:10 EDT 2019

Lost a trailing \n

--- a/rc/bin/g
+++ b/rc/bin/g
@@ -26,4 +26,4 @@
 	shift 
 	files=($*) 
 } 
-grep -n $flags -- $pattern $files /dev/null 
\ No newline at end of file
+grep -n $flags -- $pattern $files /dev/null