diff options
-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 } |