Retire 4e4.win for good4.eu

Go to semver
This commit is contained in:
gitlab.com/pepa65 2022-04-05 11:00:59 +07:00
parent c1e818eddb
commit 6321f7c6df
3 changed files with 5 additions and 5 deletions

View File

@ -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
```

4
tldr
View File

@ -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

View File

@ -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: