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