1

I would like to send a (as yet undetermined) SIGnal from a bash script to a Gambas program when a specific file has been changed.

How can I get my Gambas program to process this SIGnal?

Aristotle Pagaltzis
  • 112,955
  • 23
  • 98
  • 97

3 Answers3

1

The gb.signal component allows you to manage signals. You can intercept them, ignore them, and so on. See http://gambaswiki.org/wiki/comp/gb.signal for the details.

Benoît
  • 44
  • 1
0

If the documentation is anything to go by, this doesn't seem possible. However, I would suggest asking the same question on the Gambas mailing list (and/or link to this question on Stack Overflow). Please report back if you get an answer via the mailing list.

mweerden
  • 13,619
  • 5
  • 32
  • 32