Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MrNavaStar committed May 19, 2024
1 parent 61da3db commit cb4e7ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ gdmp -int -x -w "hello program!" my_prog --my-prog-flags/args
```
You also run a bash command when a signal is captured.
```bash
gdmp -int -w -s "echo 'hello!'" my_prog --my-prog-flags/args
# Run "echo 'hello!'" on SIGINT or ctrl+c
gdmp -int -x -s "echo 'hello!'" my_prog --my-prog-flags/args
```

Signal chaining can be used to apply modifiers to signals in bulk:
Expand Down

0 comments on commit cb4e7ab

Please sign in to comment.