all repos — nasg @ 0c8a72e26eb7d3a92da5253a2b2b9310c4ad2ec2

adding an extra step to run to execut post-run.sh in case the file is present; it's for arbitrary or one-off things that shouldn't really be part of NASG
Peter Molnar hello@petermolnar.eu
Mon, 12 Aug 2019 10:46:46 +0100
commit

0c8a72e26eb7d3a92da5253a2b2b9310c4ad2ec2

parent

3dd43d4c1da47a391b1a2d95e6561b5d7c680783

1 files changed, 3 insertions(+), 0 deletions(-)

jump to
M runrun

@@ -9,3 +9,6 @@ exit 1

fi python3 nasg.py "$@" +if [ -f 'post-run.sh' ]; then + bash 'post-run.sh' +fi