git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@1108 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
geos_one
2009-04-18 20:23:02 +00:00
parent 70e08f2547
commit f5551576e3
17 changed files with 1520 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;
}