Added cs to the list of languages
[midnight-commander.git] / lib / mc.sh
blob1858295f1615851523c074d35a2d9962d0876d8a
1 mc ()
3 MC=/tmp/mc$$-"$RANDOM"
4 /usr/bin/mc -P "$@" > "$MC"
5 cd "`cat $MC`"
6 rm "$MC"
7 unset MC;