spiegel-keyman/linux/ibus-keyman/tests/scripts/teardown-tests.sh
Eberhard Beilharz eb076c08c8
chore(linux): Build with meson instead of autotools
This change introduces meson for building ibus-keyman instead of
autotools.

Closes #5981.
2023-01-30 16:32:38 +01:00

7 lines
155 B
Bash
Executable file

#!/usr/bin/env bash
PID_FILE=$1
echo "Shutting down processes..."
bash "$PID_FILE" > /dev/null 2>&1
rm "$PID_FILE"
echo "Finished shutdown of processes."