Skip to content
Snippets Groups Projects
Commit 9752bb28 authored by Michael Marsh's avatar Michael Marsh
Browse files

added note for Windows users

parent f16db85d
No related branches found
No related tags found
No related merge requests found
......@@ -492,6 +492,9 @@ The hard way is to call the appropriate interpreter explicitly:
bash my_shell_script.sh
python my_python_script.py
**Note for Windows users:** In PowerShell, this way will work correctly
for you. The following "easy way" will not!
The easy way is to use a convention called *shebang* (short for
"hash-bang"). The shell will look at the first line of an executable
ASCII file. If that line begins with a shebang, the arguments to
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment