From b854f174da167392363f8eada1a9729c730d0ee8 Mon Sep 17 00:00:00 2001 From: Emiliano Vavassori Date: Tue, 23 Jan 2018 10:31:44 +0100 Subject: [PATCH] Attivata stampa, disattivato debug. --- pistampa.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pistampa.sh b/pistampa.sh index deeda5f..2aaba1c 100644 --- a/pistampa.sh +++ b/pistampa.sh @@ -19,10 +19,10 @@ spegnimento=600 # funzioni stampa() { # Questa funzione usa l'opzione -R di sort per randomizzare l'output. - #lpr $(find ${cartella} -type f | sort -R | tail -n1) + lpr $(find ${cartella} -type f | sort -R | tail -n1) # Debug - cat $(find ${cartella} -type f | sort -R | tail -n1) + #cat $(find ${cartella} -type f | sort -R | tail -n1) } # Inizializzazione