DEBSOURCES
Skip Quicknav
sources / gnome-commander / 1.18.4-1 / git-scripts / pre-push
123456789
#!/bin/sh git-scripts/update-project-status.sh && meson compile -C builddir && meson test -C builddir RESULT=$? [ $RESULT -ne 0 ] && exit 1 exit 0