diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2019-07-12 09:18:14 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2019-07-12 09:18:14 +0200 |
commit | e25c754918ae26e8b9e68a47bc1af36248e91800 (patch) | |
tree | d21952fcb2767620c25d4d5b412b8c4829ca96bc /src/make_unicode_wb.sh | |
parent | 70de057dbb5ea79536834e156f534279347f96f3 (diff) |
New upstream version 6.9.2upstream/6.9.2
Diffstat (limited to 'src/make_unicode_wb.sh')
-rwxr-xr-x | src/make_unicode_wb.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/make_unicode_wb.sh b/src/make_unicode_wb.sh new file mode 100755 index 0000000..e2e98fa --- /dev/null +++ b/src/make_unicode_wb.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +NAME=unicode_wb_data + +./make_unicode_wb_data.py > ${NAME}.c + +exit 0 |