[arch-general] replacement for clyde

Kazuo Teramoto kaz.rag at gmail.com
Fri Aug 19 13:13:33 EDT 2011


On Fri, Aug 19, 2011 at 11:08 AM, Vitor Eiji Justus Sakaguti
<vitoreiji0 at gmail.com> wrote:
>    # Better yaourt
>    yaourt () {
>        if [[ $# == 0 ]]
>        then
>            /usr/bin/yaourt -Sayu
>        else
>            /usr/bin/yaourt $@
>        fi
>    }
>
>

For something more terse:

yaourt () { yaourt ${@:--Sayu}; }

-- 
“The journey is more important than the destination—that’s part of
life, if you only live for getting to the end, you’re almost always
disappointed.”

Donald E. Knuth


More information about the arch-general mailing list