guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Are there any way to mimic Bash's exit traps in Guile?


From: Михаил Бахтерев
Subject: Are there any way to mimic Bash's exit traps in Guile?
Date: Tue, 21 May 2019 23:48:47 +0500
User-agent: Mutt/1.11.4 (2019-03-13)

Greetings.

I use in one of my bash-scripts the following construction

  trap "kill -s TERM 0" EXIT

to terminate all spawned processes when master process exits or is
aborted by any reason. Is equivalent technique possible in Guile?

- MB. Respectfully



reply via email to

[Prev in Thread] Current Thread [Next in Thread]