1#!/usr/bin/env sh 2set -e 3 4# written as a script shell, because pipe management in python is horrible 5ldd $1 | grep liblz4 6 7