> I just have a little script:
>
> $ cat /usr/local/sbin/up-x
> #!/bin/bash
> #
> # /usr/local/sbin/up-x
> #
> # Recompile X drivers etc. after kernel upgrade:
> #
> emerge  -1 --jobs=5 --keep-going `qlist -IC x11-drivers` &&\
>        echo &&\
>        sh /usr/local/src/VirtualBox*run &&\
>        echo
>
> Makes life really simple, with hardly any typing.

Very nice.

BTW, you do not need to escape newlines after "&&".

echo Try &&
echo This &&
echo At &&
echo Home ||
echo Or Not

Reply via email to