Gentoo Archives: gentoo-user

From: Bill Longman <bill.longman@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Why can't I emerge telnet?
Date: Thu, 14 Apr 2011 11:57:19
Message-Id: BANLkTimdLM83JhEpu02HRchapUWnn=F+cw@mail.gmail.com
In Reply to: Re: [gentoo-user] Why can't I emerge telnet? by Peter Humphrey
1 > I just have a little script:
2 >
3 > $ cat /usr/local/sbin/up-x
4 > #!/bin/bash
5 > #
6 > # /usr/local/sbin/up-x
7 > #
8 > # Recompile X drivers etc. after kernel upgrade:
9 > #
10 > emerge  -1 --jobs=5 --keep-going `qlist -IC x11-drivers` &&\
11 >        echo &&\
12 >        sh /usr/local/src/VirtualBox*run &&\
13 >        echo
14 >
15 > Makes life really simple, with hardly any typing.
16
17 Very nice.
18
19 BTW, you do not need to escape newlines after "&&".
20
21 echo Try &&
22 echo This &&
23 echo At &&
24 echo Home ||
25 echo Or Not

Replies

Subject Author
Re: [gentoo-user] Why can't I emerge telnet? Peter Humphrey <peter@××××××××××××××.org>