pidof: fix bug in kill example (#6953)

This commit is contained in:
flyxyz123
2021-10-16 14:04:47 -07:00
committed by GitHub
parent c6c382cf67
commit d8efc478c7
2 changed files with 2 additions and 2 deletions

View File

@@ -16,4 +16,4 @@
- Uccide tutti i processi con un dato nome:
`kill "$(pidof {{nome}})" `
`kill $(pidof {{nome}})`