#!/bin/sh set -eu MSG_USAGE="$(cat <<-'EOF' Usage: git permalink [-phV] FICHIER [LINENO] EOF )" MSG_HELP="$(cat <<-'EOF' Options: -p seulement imprimez le lien, n'essayez pas de l'ouvrir -h, --help afficher ce message d'aide -V, --version imprime le numeró de version Voir "man git-permalink" pour plus d'informations. EOF )" MSG_MISSING_FILE="$(echo <<-'EOF' L'argument FICHIER manque. EOF )" MSG_UNSUPPORTED_ORIGIN="$(cat <<-'EOF' Origine n'est pas supporté: %s. Ajouter un modèle de remplacement pour utilisér git-permalink (regarde "man git-permalink" pour les instructions). EOF )" MSG_OPEN="$(cat <<-'EOF' Ouverture de %s EOF )" #