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
|