From 6321f7c6df35aa90f3bfb03477f64206cd824d83 Mon Sep 17 00:00:00 2001 From: "gitlab.com/pepa65" Date: Tue, 5 Apr 2022 11:00:59 +0700 Subject: [PATCH] Retire 4e4.win for good4.eu Go to semver --- README.md | 4 ++-- tldr | 4 ++-- tldr-lint | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index fe7a56d..b25b46c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # tldr-bash-client -* version 0.48 +* version 0.4.9 ### Bash client for tldr: community driven man-by-example **A fully-functional [bash](https://tiswww.case.edu/php/chet/bash/bashtop.html) @@ -16,7 +16,7 @@ Download the tldr bash script to the install location: ```bash loc=/usr/local/bin/tldr # elevated privileges needed for some locations -sudo wget -qO $loc https://4e4.win/tldr +sudo wget -qO $loc https://good4.eu/tldr sudo chmod +x $loc ``` diff --git a/tldr b/tldr index 8ddf793..b5c73b0 100755 --- a/tldr +++ b/tldr @@ -1,12 +1,12 @@ #!/usr/bin/env bash set +vx -o pipefail [[ $- = *i* ]] && echo "Don't source this script!" && return 1 -version='0.48' +version='0.4.9' # tldr-bash-client version 0.48 # Bash client for tldr: community driven man-by-example # - forked from Ray Lee, https://github.com/raylee/tldr # - modified and expanded by pepa65: https://gitlab.com/pepa65/tldr-bash-client -# - binary download: https://4e4.win/tldr +# - binary download: https://good4.eu/tldr # Requiring: coreutils, grep, unzip, curl/wget, less (optional) # The 5 elements in TLDR markup that can be styled with these colors and diff --git a/tldr-lint b/tldr-lint index f17c8f6..f54ac9b 100755 --- a/tldr-lint +++ b/tldr-lint @@ -1,7 +1,7 @@ #!/usr/bin/env bash set +vx [[ $- = *i* ]] && echo "Don't source this script!" && return 1 -version='0.13' +version='0.1.4' # tldr-lint version 0.13 # Linter for new syntax tldr source files # Old syntax files $f can be changed into new syntax files by: