Simplify the client code. - brcon2025-hackathons - Bitreichcon 2025 Hackathons
 (HTM) git clone git://bitreich.org/brcon2025-hackathons git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/brcon2025-hackathons
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Tags
       ---
 (DIR) commit 553ba7668715f6e16823849778d40b4920915fff
 (DIR) parent e7b374e85b4946537a08e3eee5b3f9fc77527131
 (HTM) Author: Christoph Lohmann <20h@r-36.net>
       Date:   Thu, 31 Jul 2025 21:12:25 +0200
       
       Simplify the client code.
       
       Diffstat:
         M seeedfarming/client.sh              |       8 +-------
       
       1 file changed, 1 insertion(+), 7 deletions(-)
       ---
 (DIR) diff --git a/seeedfarming/client.sh b/seeedfarming/client.sh
       @@ -1,10 +1,4 @@
        #!/bin/sh
        
       -# Clean the terminal when exiting
       -trap 'stty sane' INT TERM EXIT
       -
       -# Set the terminal in raw mode so that keybindings work
       -stty raw -echo
       -
       -# Connect to the seeed farm!
        nc -v bitreich.org 7000
       +