[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Lynx-dev] changing lynx default homepage from the comand line?
From: |
Jude DaShiell |
Subject: |
Re: [Lynx-dev] changing lynx default homepage from the comand line? |
Date: |
Sat, 16 Nov 2019 02:47:36 -0500 |
That's in /etc/lynx.cfg. However, making a bash script mylynx with:
#!/usr/bin/bash
# file: mylynx - use my preferred home page
lynx https://my.preferred.homepage
then chmod 755 mylynx
then ./mylynx <enter> ought to get that done.
Only thing is use which bash just in case shellworld.net has bash in a
different location for that first line.
Maybe better yet which env and use:
#!/path/env bash
where path is location of env.
On
Fri, 15 Nov 2019, Karen Lewellen wrote:
> Date: Fri, 15 Nov 2019 17:35:30
> From: Karen Lewellen <address@hidden>
> To: "address@hidden" <address@hidden>
> Subject: [Lynx-dev] changing lynx default homepage from the comand line?
>
> Hi everyone,
> I wish to override the default homepage we have for lynx here, and am hoping
> for a command line option.
> shellworld uses bash if that helps.
> thanks,
> Karen
>
>
> _______________________________________________
> Lynx-dev mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/lynx-dev
>
>
--
- Re: [Lynx-dev] changing lynx default homepage from the comand line?, (continued)
- Re: [Lynx-dev] changing lynx default homepage from the comand line?, Halaasz Saandor, 2019/11/16
- Re: [Lynx-dev] changing lynx default homepage from the comand line?, Karen Lewellen, 2019/11/16
- Re: [Lynx-dev] changing lynx default homepage from the comand line?, Rick Lewis, 2019/11/16
- Re: [Lynx-dev] changing lynx default homepage from the comand line?, Karen Lewellen, 2019/11/17
- Re: [Lynx-dev] changing lynx default homepage from the comand line?, Chime Hart, 2019/11/17
- Re: [Lynx-dev] changing lynx default homepage from the comand line?, Tim Chase, 2019/11/15
Re: [Lynx-dev] changing lynx default homepage from the comand line?,
Jude DaShiell <=