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