Re: .ini files in bash?

From: David Baron (d_baron_at_012.net.il)
Date: 11/29/04

  • Next message: Sam Watkins: "Re: proxy"
    To: debian-user@lists.debian.org
    Date: Mon, 29 Nov 2004 16:02:15 +0200
    
    

    On Monday 29 November 2004 15:11, debian-user-digest-request@lists.debian.org
    wrote:
    > Create a seperate rc file (.scriptrc ?) and have FOO=BAR in that, then
    > source the file in your script
    >
    > eg..
    >
    > [ .scriptrc ]
    >
    > FOO=BAR
    >
    >
    >
    > [ script ]
    >
    > source .scriptrc
    > echo $BAR

    This is what I do once I have the file .scriptrc (should this be
    ~/.scriptrc ?)

    How do I save the values (which I might have changed in the script's menus)
    when I end.

    -- 
    To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org 
    with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
    

  • Next message: Sam Watkins: "Re: proxy"