Xorg
Posted Mar 15, 2007 16:55 UTC (Thu) by
vmole (guest, #111)
In reply to:
Xorg by k8to
Parent article:
RSDL hits a snag
Like "I would always like autofoo and libtool to run with nice at least 5" or some such.
Create file nice_5 in /usr/local/bin (or ~/bin):
#!/bin/bash
exec nice -5 "$@"
Then create links in /usr/local/bin (or ~/bin):
ln -s nice_5 gcc
ln -s nice_5 libtool
ln -s nice_5 autobarf
Put /usr/local/bin (or, need I say, ~/bin) early in your path.
(
Log in to post comments)