diff options
author | Iru Cai <mytbk920423@gmail.com> | 2018-08-23 23:33:07 +0800 |
---|---|---|
committer | Iru Cai <mytbk920423@gmail.com> | 2018-08-24 00:22:21 +0800 |
commit | 5d685a01aefdc645d4cb4fcbf1d3000a80618e7b (patch) | |
tree | f90eba0c20a2c2b8eee62dcaea9b8bf9787b6e76 /r2 | |
parent | 3e8afc7514c7a2fff60361eb3050a6e4a9e5c55f (diff) | |
download | rich4-5d685a01aefdc645d4cb4fcbf1d3000a80618e7b.tar.xz |
a script to show BIG5 text
Diffstat (limited to 'r2')
-rwxr-xr-x | r2/big5.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/r2/big5.sh b/r2/big5.sh new file mode 100755 index 0000000..7bb4b42 --- /dev/null +++ b/r2/big5.sh @@ -0,0 +1 @@ +printf "$(cat)" | iconv -f big5 | xargs |