From 2de954b15f37c49cff12c8dc64421f567ff0a538 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Thu, 2 Jul 2026 15:33:15 +0800 Subject: feat: add project landing page with install and usage docs --- index.html | 300 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 300 insertions(+) create mode 100644 index.html (limited to 'index.html') diff --git a/index.html b/index.html new file mode 100644 index 0000000..b7fe1bf --- /dev/null +++ b/index.html @@ -0,0 +1,300 @@ + + +
+ + +Screw "make", I just want a script runner
+
+ Drop any script into .run/src/bin/ — Rust, C#,
+ Python, Shell, Ruby, Go, etc.
+ One command to list, one command to run. No Makefile, no config.
+
$ curl -fsSL
+ https://raw.githubusercontent.com/catilgrass/run/refs/heads/master/install/install.sh
+ | bash
+ $ chmod +x run.sh
+ $ ./run.sh
+ # list all scripts
+ $ ./run.sh
+ hello
+ # run by name
+ $ ./run.sh
+ 3
+ # run by number
+ $ ./run.sh
+ 3 Hello World
+ # with arguments
+