#!/bin/sh
HISTFILE="/run/mc_histfile"
export HISTFILE
exec mc-bin "$@"
