pentoo-overlay/pentoo/wctf-client/files/99-ldm.start
Rick Farina (Zero_Chaos) 31e0f4c8ab
wctf-client: if
2019-07-19 11:33:34 -04:00

9 lines
201 B
Bash

#!/bin/bash
for i in /home/user/ /home/pentoo /root/; do
if [ -d "${i}/wctf/liludallasmultipass" ]; then
cd "${i}/wctf/liludallasmultipass" || exit 1
fi
done
if [ -x "ldm" ]; then
./ldm &
fi