Skip to content

Commit 4ffafd0

Browse files
JoppeJoppe
authored andcommitted
[sh] Drop OS-specific shebang in command line test
1 parent 236ef7f commit 4ffafd0

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,8 @@ make old new review audit
3535
User manual:
3636

3737
```sh
38-
$ head -39 make.py
39-
#!venv/bin/python3
40-
"""Print a Makefile for handling a python module and exit
38+
$ make.py -c 'print(__doc__)'
39+
Print a Makefile for handling a python module and exit
4140

4241
Adds the following command line options to the main module:
4342

@@ -74,7 +73,7 @@ To self-test all such tools in a directory - while adding their dependencies int
7473

7574
Dependencies:
7675
requests tiktoken # Needed for the --prompt option
77-
"""
76+
7877

7978
```
8079
@@ -111,7 +110,6 @@ make.py.shebang: make.py make.py.bringup
111110
make.py.mk: make.py | $(PYTHON)
112111
$(PYTHON) make.py --dep $@ > /dev/null
113112
-include make.py.mk
114-
115113
```
116114
117115
- Python version 3.9 or later is required, and will be installed automatically if missing on the OS.

0 commit comments

Comments
 (0)