aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-07-02 11:04:02 +0800
committer魏曹先生 <1992414357@qq.com>2026-07-02 11:04:02 +0800
commitd97e221650f1518a82896f36c36e61f83ef5887d (patch)
tree4976beaeb4bf7c352fbaf57902fa1568a58ec064
parentc2773a7de127cb5761b8f794776c8ca9b77476e3 (diff)
docs(readme): add usage examples for run.sh
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index ae9909c..5974806 100644
--- a/README.md
+++ b/README.md
@@ -28,6 +28,15 @@ For Windows:
iwr -useb https://raw.githubusercontent.com/catilgrass/run/refs/heads/master/install/install.ps1 | iex
```
+## Usage
+
+```bash
+./run.sh # Show all scripts
+./run.sh python-script # Run any script
+./run.sh 3 # Run by number
+./run.sh 3 Hello World # Run with arguments
+```
+
## License
WTFPL — drop it into your project and use it.