blob: 00ebb2b3af644e54bd07898dd83f283beeccd413 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#!/bin/bash
. commands.sh
. functions.sh
TS_COMPONENT="col"
TS_DESC="multibyte"
ts_init "$1"
cat $TS_INPUT | $TS_CMD_COL > /dev/null 2> $TS_OUTPUT
ts_finalize
|