diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-09-09 19:16:24 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-09-09 19:16:24 -0400 |
| commit | c9b355ac004fb7913e4fabd02e274f3484b76ea8 (patch) | |
| tree | c13235a9b91c30dbd51aae476edec5073dc90a5c /slacklog | |
| parent | fb15c77ea3ef6c7d0ed05eb364659f7378091f0e (diff) | |
| download | misc-scripts-c9b355ac004fb7913e4fabd02e274f3484b76ea8.tar.gz | |
slacklog: quit using tmux; uleft: move left terms 1px to the left.
Diffstat (limited to 'slacklog')
| -rwxr-xr-x | slacklog | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,4 +1,3 @@ #!/bin/sh -VER=${@:-15.0} -exec tmux new elinks http://ftp.osuosl.org/pub/slackware/slackware-$VER/ChangeLog.txt +exec elinks http://ftp.osuosl.org/pub/slackware/slackware-${@:-15.0}/ChangeLog.txt |
