diff options
Diffstat (limited to 'qtinterface/mcopidl-tqt')
-rwxr-xr-x | qtinterface/mcopidl-tqt | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/qtinterface/mcopidl-tqt b/qtinterface/mcopidl-tqt deleted file mode 100755 index 35d23e1..0000000 --- a/qtinterface/mcopidl-tqt +++ /dev/null @@ -1,10 +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 - $@ - cp -Rp ${BASH_ARGV[0]}.bkp ${BASH_ARGV[0]} - rm -f ${BASH_ARGV[0]}.bkp -fi |