dde-application-manager/tools/fake-process.sh
ComixHe a3dd315e33 test: add identify test
fix some bugs found in testing

Signed-off-by: ComixHe <heyuming@deepin.org>
2023-08-16 17:54:42 +08:00

10 lines
166 B
Bash
Executable File

#!/bin/bash
# SPDX-FileCopyrightText: 2023 UnionTech Software Technology Co., Ltd.
#
# SPDX-License-Identifier: LGPL-3.0-or-later
echo $$ > pid.txt
sleep 1s
exit 0