| Simplify the client code. - brcon2025-hackathons - Bitreichcon 2025 Hackathons | |
| git clone git://bitreich.org/brcon2025-hackathons git://enlrupgkhuxnvlhsf6lc3fz… | |
| Log | |
| Files | |
| Refs | |
| Tags | |
| --- | |
| commit 553ba7668715f6e16823849778d40b4920915fff | |
| parent e7b374e85b4946537a08e3eee5b3f9fc77527131 | |
| Author: Christoph Lohmann <[email protected]> | |
| 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(-) | |
| --- | |
| 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 | |
| + |