git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@566 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
geos_one
2008-11-15 13:23:55 +00:00
parent e678d0f37b
commit 5f2f554e72
7 changed files with 841 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
MC ()
{
mkdir -p $HOME/.mc/tmp 2> /dev/null
chmod 700 $HOME/.mc/tmp
MC=$HOME/.mc/tmp/mc-$$
/usr/bin/mc -P "$MC"
cd "`cat $MC`"
rm -f "$MC"
unset MC;
}