diff options
author | B. Watson <urchlay@slackware.uk> | 2024-04-07 12:17:57 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-04-07 12:17:57 -0400 |
commit | 824343d4123c3948a9f4774ed627da2868c33d2a (patch) | |
tree | 4706827b89c5c6d7996bdac129427729b1033a31 /slacklog | |
parent | 190d006c9346dd27222969278604acb2891ede91 (diff) | |
download | misc-scripts-824343d4123c3948a9f4774ed627da2868c33d2a.tar.gz |
slacklog: use elinks.
Diffstat (limited to 'slacklog')
-rwxr-xr-x | slacklog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ #!/bin/sh VER=${@:-15.0} -exec tmux new links http://ftp.osuosl.org/pub/slackware/slackware-$VER/ChangeLog.txt +exec tmux new elinks http://ftp.osuosl.org/pub/slackware/slackware-$VER/ChangeLog.txt |