blob: 11cdfc8144932d18363897f407b2376c931c8c7f [file] [log] [blame]
Andrew Boie495d9222017-02-03 00:57:25 -08001#!/bin/bash
2# Copyright (c) 2017 Intel Corporation
3# SPDX-License-Identifier: Apache-2.0
4
Mazen NEIFER6683f132017-02-07 16:59:29 +01005trap "kill $1" SIGINT
Andrew Boie495d9222017-02-03 00:57:25 -08006while kill -0 $1 2> /dev/null; do sleep 1; done;