entr: add Italian translation.
This commit is contained in:

committed by
Marco Bonelli

parent
43fa5d6c2a
commit
07f270b458
19
pages.it/common/entr.md
Normal file
19
pages.it/common/entr.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# entr
|
||||
|
||||
> Esegui comandi arbitrari al cambiamento di file.
|
||||
|
||||
- Ricompila con `make` se qualsiasi file in quasiasi sottodirectory cambia:
|
||||
|
||||
`{{ag -l}} | entr {{make}}`
|
||||
|
||||
- Ricompila e testa con `make` se qualsiasi file sorgente `.c` nella cartella corrente cambia:
|
||||
|
||||
`{{ls *.c}} | entr {{'make && make test'}}`
|
||||
|
||||
- Invia il segnale `SIGTERM` ad un sottoprocesso ruby precedentemente avviato prima di eseguire `ruby main.rb`:
|
||||
|
||||
`{{ls *.rb}} | entr -r {{ruby main.rb}}`
|
||||
|
||||
- Esegui un comando con il file cambiato (`/_`) come argomento:
|
||||
|
||||
`{{ls *.sql}} | entr {{psql -f}} /_`
|
Reference in New Issue
Block a user