mirror of
https://github.com/xroche/httrack.git
synced 2026-05-17 08:26:14 +03:00
6 lines
122 B
Bash
Executable File
6 lines
122 B
Bash
Executable File
#!/bin/bash
|
|
#
|
|
|
|
# minimalistic charset test
|
|
test "$(httrack -O /dev/null -#3 "iso-8859-1" "café")" == "café" || exit 1
|