• [^] # Re: Condoléances

    Posté par . En réponse au journal R.I.P.. Évalué à 3.

    un patch ;)

    --- myRM.sh 2004年09月02日 21:08:24.597669968 +0200
    +++ mymyRM.sh 2004年09月02日 21:07:47.920245784 +0200
    @@ -1,8 +1,8 @@
    #!/bin/bash
    if [ `pwd` = $POUBELLE ]
    then
    - /bin/rm 1ドル
    + /bin/rm $*
    else
    - mv --target-directory=$POUBELLE 1ドル
    + mv --target-directory=$POUBELLE $*
    fi