diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-07-02 11:04:02 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-07-02 11:04:02 +0800 |
| commit | d97e221650f1518a82896f36c36e61f83ef5887d (patch) | |
| tree | 4976beaeb4bf7c352fbaf57902fa1568a58ec064 /README.md | |
| parent | c2773a7de127cb5761b8f794776c8ca9b77476e3 (diff) | |
docs(readme): add usage examples for run.sh
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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. |
