diff options
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 |
