diff options
author | B. Watson <urchlay@slackware.uk> | 2023-07-29 17:53:43 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2023-07-29 17:53:43 -0400 |
commit | 7f733034d9961849a63c51c5348a1190123edf31 (patch) | |
tree | de856c598413c45d4d21e47968038b2b582c56cb | |
parent | 87ea163dd5ef0ac056c5a5b890b75eaf00304d67 (diff) | |
download | misc-scripts-7f733034d9961849a63c51c5348a1190123edf31.tar.gz |
slacklog: use 15.0 by default.
-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 |