shithub: rc

Download patch

ref: 80dee234102c36854755aa992cea385f0c1dff94
parent: 30e91e6a829e34f82d6e19ac0d1013177e480606
author: sl <sl@gaff>
date: Mon Jun 30 00:08:26 EDT 2025

crip: replace + with _

--- a/crip
+++ b/crip
@@ -9,6 +9,7 @@
 		s/%..//g;
 		s/(__|___)/_/g;
 		s/_-_/-/g;
+		s/\+/_/g;
 	'
 }
 fn usage {
--