Demonstrate the exit code once dune is interrupted by a signal $ cat >dune-project < (lang dune 3.2) > EOF $ cat >dune < (rule > (alias all) > (action (system "kill -s INT \$PPID"))) > EOF $ dune build @all [130]