shithub: shithub

Download patch

ref: 2406b0825e5b05694f6c114c720d4b99983659ea
parent: 2cc2bdf483651338966aa174447a7afbea4220f6
author: Ori Bernstein <ori@eigenstate.org>
date: Tue Mar 25 15:01:45 EDT 2025

clean up cache handling

--- a/list
+++ b/list
@@ -47,4 +47,5 @@
 			echo '</dd>'
 		}
 	}
-} | tee $tcache && mv $tcache $cache
+} > $tcache && mv $tcache $cache
+cat $cache