Skip to content

Commit

Permalink
Retire 4e4.win for good4.eu
Browse files Browse the repository at this point in the history
Go to semver
  • Loading branch information
pepa65 committed Apr 5, 2022
1 parent c1e818e commit 6321f7c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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
```

Expand Down
4 changes: 2 additions & 2 deletions tldr
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion tldr-lint
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 6321f7c

Please sign in to comment.