#!/bin/sh

set -o nounset

kill $(cat merge.pid)
exit 0