]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/blame - scripts/oe-gnome-terminal-phonehome
python3: move dataclasses to python3-core
[thirdparty/openembedded/openembedded-core.git] / scripts / oe-gnome-terminal-phonehome
CommitLineData
76e8ab47
RP
1#!/bin/sh
2#
deb3ccec
RP
3# Copyright OpenEmbedded Contributors
4#
f8c9c511
RP
5# SPDX-License-Identifier: GPL-2.0-only
6#
76e8ab47
RP
7# Gnome terminal won't tell us which PID a given command is run as
8# or allow a single instance so we can't tell when it completes.
9# This allows us to figure out the PID of the target so we can tell
10# when its done.
11#
12echo $$ > $1
13shift
14exec $@