25'ten fazla konu seçemezsiniz
Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
|
- # if you run a script that launches other processes, and you want to make sure those processes exit when your script exists, this helps:
-
- trap 'kill $(jobs -p)' EXIT
|