changeset 8:82ae0ab1ff42

added str2ind.exe and wine wrapper for it
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 26 Sep 2016 03:34:51 +0000
parents 89660a3d35bb
children 05945a9b9dda
files toolwrap/str2ind winexe/str2ind.exe
diffstat 2 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/toolwrap/str2ind	Mon Sep 26 03:34:51 2016 +0000
@@ -0,0 +1,4 @@
+#!/bin/sh
+TZ=GMT
+export TZ
+exec nowhine `dirname $0`/../winexe/str2ind.exe "$@"
Binary file winexe/str2ind.exe has changed