blob: e02354883a260962d7fa4a025496bd00124d657b [file] [log] [blame]
rjw1f884582022-01-06 17:20:42 +08001#!/bin/sh
2#
3# Gnome terminal won't tell us which PID a given command is run as
4# or allow a single instance so we can't tell when it completes.
5# This allows us to figure out the PID of the target so we can tell
6# when its done.
7#
8echo $$ > $1
9shift
10exec $@