Shebang

Uit De Vliegende Brigade
Naar navigatie springen Naar zoeken springen
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Bash

#!/bin/bash

During development and testing:

#!/bin/bash -vx

Python

Python 2:

#!/usr/bin/python

Python 3:

#!/usr/bin/python3

See also

Sources