Skip to content

Commit f7a3ac9

Browse files
committed
Update instructions for executing scripts
1 parent c553d01 commit f7a3ac9

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ All steps are activated by default and some can be disabled individually by sett
8888
The steering script [`run_analysis.sh`](exec/run_analysis.sh) can be executed with the following optional arguments:
8989

9090
```bash
91-
bash [<path>/]run_analysis.sh [-h] [-i <input-configuration>] [-t <task-configuration>] [-d]
91+
[<path>/]run_analysis.sh [-h] [-i <input-configuration>] [-t <task-configuration>] [-d]
9292
```
9393

9494
`<input-configuration>` Input specification script. See [Input specification](#input-specification).
@@ -264,7 +264,7 @@ which can help you figure out what went wrong, where and why.
264264
You can execute the script from the current working directory using the following syntax (options can be combined):
265265

266266
```bash
267-
bash [<path>/]debug.sh [-h] [-t TYPE] [-b [-u]] [-f] [-w] [-e]
267+
[<path>/]debug.sh [-h] [-t TYPE] [-b [-u]] [-f] [-w] [-e]
268268
```
269269
270270
`-h` Print out the usage help.
@@ -306,7 +306,7 @@ as well as re-building your AliPhysics and O<sup>2</sup>(Physics) installations
306306
You can execute the script from any directory on your system using the following syntax:
307307
308308
```bash
309-
python [<path>/]exec/update_packages.py [-h] [-d] [-l] [-c] database
309+
[<path>/]exec/update_packages.py [-h] [-d] [-l] [-c] database
310310
```
311311
312312
optional arguments:
@@ -353,7 +353,7 @@ It is possible to check your code locally (before even committing or pushing):
353353
### Space checker
354354
355355
```bash
356-
bash [<path>/]exec/check_spaces.sh
356+
[<path>/]exec/check_spaces.sh
357357
```
358358
359359
### [ClangFormat](https://clang.llvm.org/docs/ClangFormat.html)

codeHF/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ You can use the [`download_from_grid.sh`](../exec/download_from_grid.sh) script
4545
Enter the `codeHF` directory and execute the steering script:
4646

4747
```bash
48-
bash run_analysis.sh
48+
./run_analysis.sh
4949
```
5050

5151
The postprocessing step produces several plots `comparison_histos_(...).pdf`, `MC_(...).pdf`.

0 commit comments

Comments
 (0)