Shebang
Entête à mettre à chaque début de script.
Script bash
#!/bin/bash
Script python linux
#!/usr/bin/python
# -*- coding: utf-8 -*-
Script python windows
#!c:<br/>python27<br/>bin<br/>python
# -*- coding: utf-8 -*
Fichier PHP
<?php
...du code
?>