mirror of
https://github.com/proot-me/proot.git
synced 2025-08-28 16:43:49 +02:00
5 lines
151 B
Bash
5 lines
151 B
Bash
if [ -z `which timeout` ] || [ -z `which msgmerge` ] || [ ! -e /dev/null ]; then
|
|
exit 125;
|
|
fi
|
|
|
|
timeout 5s ${PROOT} msgmerge -q /dev/null /dev/null
|