blob: a2cf9e2f634c666415e82ba4c1c41745c6de754e [file] [log] [blame]
Igor Sarkisova9970cb2020-10-06 12:05:49 -07001#!/bin/bash
2
3#
4# Copyright (C) 2007 Karel Zak <kzak@redhat.com>
5#
6# This file is part of util-linux-ng.
7#
8# This file is free software; you can redistribute it and/or modify
9# it under the terms of the GNU General Public License as published by
10# the Free Software Foundation; either version 2 of the License, or
11# (at your option) any later version.
12#
13# This file is distributed in the hope that it will be useful,
14# but WITHOUT ANY WARRANTY; without even the implied warranty of
15# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16# GNU General Public License for more details.
17#
18TS_TOPDIR="$(dirname $0)/../.."
19TS_DESC="multibyte input"
20
21. $TS_TOPDIR/functions.sh
22ts_init "$*"
23
24cat $TS_SELF/multibyte.data | $TS_CMD_COL > /dev/null 2> $TS_OUTPUT
25
26ts_finalize
27