diff options
author | EuAndreh <eu@euandre.org> | 2022-09-04 14:47:09 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-09-04 14:47:09 -0300 |
commit | 72b20935866c22daa4fd75bd35229aa36e96f5d5 (patch) | |
tree | 9baa97bd243833b9194b85787dc366ed762bdb71 /bin | |
parent | bin/pb: Remove symlink (diff) | |
download | dotfiles-72b20935866c22daa4fd75bd35229aa36e96f5d5.tar.gz dotfiles-72b20935866c22daa4fd75bd35229aa36e96f5d5.tar.xz |
git mv bin/html bin/htmlesc
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/htmlesc (renamed from bin/html) | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -5,8 +5,8 @@ set -eu usage() { cat <<-'EOF' Usage: - html [-e|d] - html -h + htmlesc [-e|d] + htmlesc -h EOF } @@ -26,13 +26,13 @@ help() { oij - $ printf 'a > 5 && !b' | html + $ printf 'a > 5 && !b' | htmlesc a > 5 && !b Unescape the content from a file: - $ html -d < file.html + $ htmlesc -d < file.html EOF } |