blob: 9374b5b33d21ef81bae51b4eb595c37c6c558338 [file] [log] [blame]
#!/bin/sh
# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
if grep -q '^ok$' "$1" 2>/dev/null; then
kill -TERM $PPID;
fi
echo 'ok' > "$1"
sleep 10
exit 1