blob: b6b9a3867b21c7c8d557f34fa27f371dff062feb [file] [log] [blame]
Patrick Williamsc0f7c042017-02-23 20:41:17 -06001#!/bin/sh
2#
Brad Bishopc342db32019-05-15 21:57:59 -04003# SPDX-License-Identifier: GPL-2.0-only
4#
Patrick Williamsc0f7c042017-02-23 20:41:17 -06005# Gnome terminal won't tell us which PID a given command is run as
6# or allow a single instance so we can't tell when it completes.
7# This allows us to figure out the PID of the target so we can tell
8# when its done.
9#
10echo $$ > $1
11shift
12exec $@