Initial commit. - bitreich-ed - ed(1) modified with bitreich ads | |
git clone git://bitreich.org/bitreich-ed git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfr… | |
Log | |
Files | |
Refs | |
Tags | |
--- | |
commit 041b074cc724a226bd0c4ee16835c1b0be7f8caa | |
Author: Christoph Lohmann <[email protected]> | |
Date: Thu, 1 Feb 2024 19:56:24 +0100 | |
Initial commit. | |
Diffstat: | |
A bitreich-ed | 8 ++++++++ | |
1 file changed, 8 insertions(+), 0 deletions(-) | |
--- | |
diff --git a/bitreich-ed b/bitreich-ed | |
@@ -0,0 +1,8 @@ | |
+#!/bin/sh | |
+# | |
+# Copy me, if you can. | |
+# by 20h | |
+# | |
+ | |
+ed -p "$(curl -s gophers://bitreich.org/0/ads/random)" "$@" | |
+ |