#!/bin/sh
# This script runs a single command with fl-cow loaded.
export FLCOW_PATH=$FLCOW_PATH:/
export LD_PRELOAD=$LD_PRELOAD:/usr/lib/fl-cow/libflcow.so
exec "$@"
