#!/bin/bash
(command -v bin/ltrsift_static >/dev/null 2>&1 && bin/ltrsift_static) \
    ||
(command -v bin/ltrsift >/dev/null 2>&1 && bin/ltrsift)
