Add some way to get a random link. - gopher-lawn - The gopher lawn gopher directory project.
HTML git clone git://bitreich.org/gopher-lawn/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/gopher-lawn/
DIR Log
DIR Files
DIR Refs
DIR Tags
---
DIR commit 509bfa497987a0956d8008ed84aba21c84953e70
DIR parent 8c2ce6c72f7050df33f37fa51729c3c0d0840bb4
HTML Author: Christoph Lohmann <20h@r-36.net>
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(-)
---
DIR 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"
+