landdown

Simple Sandboxing for shell scripts.

git clone git://mccd.space/landdown

commit 5d7850fa54fd88a4622c9dd0e921c7228b032650
parent 596d79968e872dc228e10182d44028abf0db610c
Author: Marc <marc@coquand.email>
Date:   Tue, 31 Mar 2026 16:43:14 +0200

Docs

Diffstat:
Mmain.go | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/main.go b/main.go
@@ -18,7 +18,9 @@ import (
 
 func main() {
 	if len(os.Args) < 2 {
-		fmt.Fprintf(os.Stderr, "Usage: landdown <script> [args...]\n")
+		fmt.Fprintf(os.Stderr, "landdown - simple sandboxing utility\n")
+		fmt.Println("You probably don't want to call this utility directly. Instead, you should use it in a shell script.")
+		fmt.Println("See readme for more information and usage examples.")
 		os.Exit(1)
 	}