Attivata stampa, disattivato debug.
This commit is contained in:
parent
729b6bea25
commit
b854f174da
@ -19,10 +19,10 @@ spegnimento=600
|
|||||||
# funzioni
|
# funzioni
|
||||||
stampa() {
|
stampa() {
|
||||||
# Questa funzione usa l'opzione -R di sort per randomizzare l'output.
|
# 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
|
# Debug
|
||||||
cat $(find ${cartella} -type f | sort -R | tail -n1)
|
#cat $(find ${cartella} -type f | sort -R | tail -n1)
|
||||||
}
|
}
|
||||||
|
|
||||||
# Inizializzazione
|
# Inizializzazione
|
||||||
|
Loading…
Reference in New Issue
Block a user