Running ./main.cpp doesn't work with alternative shells
Open
- Dominant language
- C
- Stars
- 340
- Forks
- 35
- PR merge metrics
- No merged PRs in 30d
Description
Having the script in the .cpp file with no shebang makes the file unexecutable with an alternative shell like fish.
Easily fixable by adding #!/bin/bash
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.