mirror of
https://github.com/xroche/httrack.git
synced 2026-05-17 00:16:02 +03:00
6 lines
242 B
Bash
Executable File
6 lines
242 B
Bash
Executable File
#!/bin/bash
|
|
#
|
|
|
|
# basic entities handling (with boggy entities handling)
|
|
test "$(httrack -O /dev/null -#6 "&foo; thé&café&#e9;もののけ姫")" == "&foo; thé&café&#e9;もののけ姫" || exit 1
|