The Shebang

As the first article, I decided to discuss the “Shebang“, also called many different ways: sha-bang, hashbang, pound-bang, or hash-pling.

In the UNIX world, there are scripts, in Linux for example, you will find a lot of “bash” scripts, when you edit one of these scripts there is a line at the top of the script, which looks something like:

#!/bin/bash

Continue reading “The Shebang”