summaryrefslogtreecommitdiffstats
path: root/qtinterface/dcopidl-tqt
diff options
context:
space:
mode:
Diffstat (limited to 'qtinterface/dcopidl-tqt')
-rwxr-xr-xqtinterface/dcopidl-tqt11
1 files changed, 11 insertions, 0 deletions
diff --git a/qtinterface/dcopidl-tqt b/qtinterface/dcopidl-tqt
new file mode 100755
index 0000000..ea2443c
--- /dev/null
+++ b/qtinterface/dcopidl-tqt
@@ -0,0 +1,11 @@
+#!/bin/bash
+
+if [[ $1 == "" ]]; then
+ echo "Usage: dcopidl-tqt <dcopidl_binary> <input_file>"
+else
+ cp -Rp $2 $2.bkp
+# tqt-replace $2
+ $1 $2
+ cp -Rp $2.bkp $2
+ rm -f $2.bkp
+fi