diff scripts/str2ind-test.sh @ 13:a3cab101e488

scripts/str2ind-test.sh development aid added
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 27 Sep 2016 04:19:15 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/scripts/str2ind-test.sh	Tue Sep 27 04:19:15 2016 +0000
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+BUILD_DIR=build-sb
+GPRS=1
+MMI=0
+SRVC=1
+USE_STR2IND=1
+
+export BUILD_DIR GPRS MMI SRVC USE_STR2IND
+
+exec scripts/mk-component.sh "$@"