About Bash Shebang
To create a cross-platform bash script myscript.sh
, add this shebang line as the first line of the file:
1 | #!/usr/bin/env bash
|
Then make this file executable with:
1 | $ chmod u+x myscript.sh |
Also by me
Django Paddle Subscriptions app
For Django-based SaaS projects.
Django App for You
Django GDPR Cookie Consent app
For Django websites that use cookies.
Django App for You