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