#!/bin/bash echo "[essai] Your name : $USER" echo "[essai] Your editor : $EDITOR" echo '[essai] End of script.'