diff options
Diffstat (limited to 'slacklog')
-rwxr-xr-x | slacklog | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ #!/bin/sh -VER=${@:-14.2} -exec tmux new links ftp://ftp.osuosl.org/pub/slackware/slackware-$VER/ChangeLog.txt +VER=${@:-15.0} +exec tmux new links http://ftp.osuosl.org/pub/slackware/slackware-$VER/ChangeLog.txt |