git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@1065 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
geos_one
2009-04-18 06:01:25 +00:00
parent da20a50dbf
commit 51209e68f8
7 changed files with 0 additions and 844 deletions

View File

@@ -1,11 +0,0 @@
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;
}