#!/bin/sh

export LANG=ru_RU.utf8

PATH=/usr/local/mc/bin:$PATH
exec '/usr/local/mc/bin/mc' "$@"
