Skip to content

Commit

Permalink
docs: added info that the script needs exec permission to run
Browse files Browse the repository at this point in the history
  • Loading branch information
lindell committed Jan 15, 2021
1 parent ac8027b commit 1646bca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ It currently supports GitHub and GitLab where you can run it on all repositories
$ multi-gitter run ./my-script.sh -O my-org -m "Commit message" -B branch-name
```

Make sure the script has execution permissions before running it (`chmod +x ./my-script.sh`)

### Run code through interpreter
If you are running an interpreted language or similar, it's important to specify the path as an absolute value (since the script will be run in the context of each repository). Using the `$PWD` variable helps with this.
```bash
Expand Down
2 changes: 2 additions & 0 deletions docs/README.template.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ It currently supports GitHub and GitLab where you can run it on all repositories
$ multi-gitter run ./my-script.sh -O my-org -m "Commit message" -B branch-name
```

Make sure the script has execution permissions before running it (`chmod +x ./my-script.sh`)

### Run code through interpreter
If you are running an interpreted language or similar, it's important to specify the path as an absolute value (since the script will be run in the context of each repository). Using the `$PWD` variable helps with this.
```bash
Expand Down

0 comments on commit 1646bca

Please sign in to comment.