Skip to content

Missing shebang line for tfbsscan #44

Closed
msbentsen opened this issue Jan 8, 2019 · 1 comment
Closed

Missing shebang line for tfbsscan #44

msbentsen opened this issue Jan 8, 2019 · 1 comment

Comments

@msbentsen
Copy link
Member

Dear all,

Just a small comment to running scripts from the commandline. If you for example know that a script is a python script, you can run:
python tfbscan.py

However, you can also give the shebang line in the top of the script:
#!/usr/bin/env python

In that way, you can call the script directly as:
./tfbscan.py

It is better to do it using the shebang line, as some parameters (e.g. -m) are locked by python and can therefore not be used for autocompletion of paths.

Please add shebang lines to your scripts! This is also true for bash.

Best Mette :-)

anastasiia added a commit that referenced this issue Jan 8, 2019
SebastianBeyvers pushed a commit that referenced this issue Jan 9, 2019
@renewiegandt
Copy link
Collaborator

Every script contains a shebang.

Sign in to join this conversation on GitHub.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants