Add script for raw gopher menu to tsv URI. - various - Various utilities develo… | |
git clone git://bitreich.org/various/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinw… | |
Log | |
Files | |
Refs | |
Tags | |
--- | |
commit b3e141604fd1979efc89e1ec5bc51d258c17600b | |
parent 99fee3542240698d2547ac178e4d9fb40cdc54d1 | |
Author: Christoph Lohmann <[email protected]> | |
Date: Fri, 27 Aug 2021 15:48:12 +0200 | |
Add script for raw gopher menu to tsv URI. | |
Diffstat: | |
A gophermenu2uri | 4 ++++ | |
1 file changed, 4 insertions(+), 0 deletions(-) | |
--- | |
diff --git a/gophermenu2uri b/gophermenu2uri | |
@@ -0,0 +1,4 @@ | |
+#!/bin/sh | |
+ | |
+sed 's,\r$,,; s,\(.\)\([^\t]*\)\t\([^\t]*\)\t\([^\t]*\)\t\([^\t]*\).*,gopher:/… | |
+ |