diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2019-07-12 09:18:45 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2019-07-12 09:18:45 +0200 |
commit | ed7b90269a529d90d151969348e55347fae02c0d (patch) | |
tree | 7c72e5a49112a844a53a2c10ef1fda47867aee92 /src/make_unicode_wb.sh | |
parent | 6cac1738b6aebf75b29d225775030d291319f9a2 (diff) | |
parent | 5c29b174a11e992dac68553f08645fe4a825c315 (diff) |
Merge branch 'feature/upstream' into develop
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 |