summaryrefslogtreecommitdiff
path: root/test/scripts/continuous-merge-stop.sh
blob: f6632f8b17379bcd939a4cd77f40eb5a71640471 (plain)
1
2
3
4
5
6
#!/bin/sh

set -o nounset

kill $(cat merge.pid)
exit 0