---
 dts/dts | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100755 dts/dts

diff --git a/dts/dts b/dts/dts
new file mode 100755
index 0000000000..4d29e01aa3
--- /dev/null
+++ b/dts/dts
@@ -0,0 +1,9 @@
+#!/bin/bash
+
+# <COPYRIGHT_TAG>
+
+PWD=`dirname $0`
+
+pushd $PWD
+./main.py $@
+popd
-- 
2.20.1

Reply via email to