ACC SHELL

Path : /etc/profile.d/
File Upload :
Current File : //etc/profile.d/mc.sh

mc ()
{
. /usr/share/mc/bin/mc-wrapper.sh
}
if [ -n "$BASH_VERSION" ]
then
    export -f mc
fi

ACC SHELL 2018