scripts: remove unused waitpid script
Was used previously by sanitycheck, not being used anymore. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
fe1e888821
commit
ba696c0354
1 changed files with 0 additions and 6 deletions
|
@ -1,6 +0,0 @@
|
|||
#!/bin/bash
|
||||
# Copyright (c) 2017 Intel Corporation
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
trap "kill $1" SIGINT
|
||||
while kill -0 $1 2> /dev/null; do sleep 1; done;
|
Loading…
Add table
Add a link
Reference in a new issue