UNM-CARC / QuickBytes

Development of short tutorials for UNM's Center for Advanced Research Computing
18 stars 16 forks source link

Wrong shebang notation #112

Closed ktagen-sudo closed 2 years ago

ktagen-sudo commented 2 years ago

For the Quickbyte "QuickBytes/GNU Parallel.md"

the shebang notation that is used under the "Code for PBS script" section appears to be "#/bin/bash" but I think it should be "#!/bin/bash"

gmfricke commented 2 years ago

@ktagen-sudo Sounds right. Can you create a pull request?

ktagen-sudo commented 2 years ago

@gmfricke Absolutely. I will do that