Package: fl-cow
Severity: wishlist
Would you object to adding a simple script to fl-cow?
I prefer now to run all my sessions with an LD_PRELOAD but rather do
things like
"cow vi foobar.c"
A little script like:
[EMAIL PROTECTED]:~$ cat /usr/bin/cow
#!/bin/sh
export FLCOW_PATH=$FLCOW_PATH:/
export LD_PRELOAD=$LD_PRELOAD:libflcow.so
exec "$@"
... makes this very conventient.
If you can't be bothered but would happy with it, mind if I NMU?
--
Paul
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]