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 <[email protected]> > To: "[email protected]" <[email protected]> > 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 > [email protected] > https://lists.nongnu.org/mailman/listinfo/lynx-dev > > -- _______________________________________________ Lynx-dev mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lynx-dev
