dm
changeset 1 9d965b78f426
parent 0 32ec38f06438
child 2 11c4ec7423de
equal deleted inserted replaced
0:32ec38f06438 1:9d965b78f426
    41 
    41 
    42 
    42 
    43 function showdirs
    43 function showdirs
    44 {
    44 {
    45     if [ -f ~/.dm ] ; then
    45     if [ -f ~/.dm ] ; then
    46         cat ~/.dm
    46         cat ~/.dm | sort -n
    47     fi
    47     fi
    48 }
    48 }
    49 
    49 
    50 function testdir
    50 function testdir
    51 {
    51 {