#!/bin/bash -e

if which lm>/dev/null; then
    lm --complete | grep ^ppcdata | xargs generate-ptkill-sv.py || true
else
    printf 'lm absent, skipping sv config generation\n'
fi
