Add some way to get a random link. - gopher-lawn - The gopher lawn gopher direc… | |
git clone git://bitreich.org/gopher-lawn/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhf… | |
Log | |
Files | |
Refs | |
Tags | |
--- | |
commit 509bfa497987a0956d8008ed84aba21c84953e70 | |
parent 8c2ce6c72f7050df33f37fa51729c3c0d0840bb4 | |
Author: Christoph Lohmann <[email protected]> | |
Date: Tue, 3 Apr 2018 18:59:19 +0200 | |
Add some way to get a random link. | |
Thanks for the idea, parazyd! | |
Diffstat: | |
A bored.dcgi | 9 +++++++++ | |
1 file changed, 9 insertions(+), 0 deletions(-) | |
--- | |
diff --git a/bored.dcgi b/bored.dcgi | |
@@ -0,0 +1,9 @@ | |
+#!/bin/sh | |
+ | |
+printf "Here is your lucky link:\n" | |
+printf "(This could be a .onion link which does not work without tor.)\n" | |
+printf "\n" | |
+/br/bin/bitreich-lawn-random-link | |
+printf "\n" | |
+printf "[1|<< Back to the Lawn|/lawn|server|port]\n" | |
+ |