pentoo-overlay/pentoo/rfctf-client/files/99-ldm.start
2021-03-23 11:09:17 -04:00

10 lines
213 B
Bash

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