mirror of
https://github.com/pepa65/tldr-bash-client.git
synced 2024-11-01 00:51:01 +01:00
Update version as well to 0.32
This commit is contained in:
parent
24b742a8d3
commit
bdbfe4b27e
@ -1,6 +1,6 @@
|
||||
# tldr-bash-client
|
||||
|
||||
* version 0.31
|
||||
* version 0.32
|
||||
* https://github.com/pepa65/tldr-bash-client
|
||||
|
||||
### Bash client for tldr: community driven man-by-example
|
||||
|
4
tldr
4
tldr
@ -1,8 +1,8 @@
|
||||
#!/bin/bash
|
||||
set +vx -o pipefail
|
||||
[[ $- = *i* ]] && echo "Don't source this script!" && return 1
|
||||
version='0.31'
|
||||
# tldr-bash-client version 0.31
|
||||
version='0.32'
|
||||
# tldr-bash-client version 0.32
|
||||
# Bash client for tldr: community driven man-by-example
|
||||
# - forked from Ray Lee, http://github.com/raylee/tldr
|
||||
# - modified and expanded by pepa65: http://github.com/pepa65/tldr-bash-client
|
||||
|
Loading…
Reference in New Issue
Block a user