shebang for bash script code example
Example 1: how to make shibang in terminal
#!/bin/bash
Example 2: shebang unix
#!/bin/bash
OR
#!/usr/bin/perl
OR
#!/usr/bin/python
OR
#!/usr/bin/python3
OR
#!/usr/bin/env bash
#!/bin/bash
#!/bin/bash
OR
#!/usr/bin/perl
OR
#!/usr/bin/python
OR
#!/usr/bin/python3
OR
#!/usr/bin/env bash