#!/bin/bash # Allo-GG # Ouverture de la porte # Port GPIO 4 OFF (port physique 7) gpio -g write 4 0 # Temporisation de 4 secondes sleep 4 # Port GPIO 4 ON (port physique 7) gpio -g write 4 1