Fix menu item in URI. - various - Various utilities developed at bitreich. | |
git clone git://bitreich.org/various/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinw… | |
Log | |
Files | |
Refs | |
Tags | |
--- | |
commit 1e985cb90d976f0f4e63cf51cb6d031cc53d304e | |
parent b3e141604fd1979efc89e1ec5bc51d258c17600b | |
Author: Christoph Lohmann <[email protected]> | |
Date: Fri, 27 Aug 2021 16:02:57 +0200 | |
Fix menu item in URI. | |
Diffstat: | |
M gophermenu2uri | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/gophermenu2uri b/gophermenu2uri | |
@@ -1,4 +1,4 @@ | |
#!/bin/sh | |
-sed 's,\r$,,; s,\(.\)\([^\t]*\)\t\([^\t]*\)\t\([^\t]*\)\t\([^\t]*\).*,gopher:/… | |
+sed 's,\r$,,; s,\(.\)\([^\t]*\)\t\([^\t]*\)\t\([^\t]*\)\t\([^\t]*\).*,gopher:/… | |