summaryrefslogtreecommitdiffstats
path: root/qtinterface/dcopidlng-tqt
blob: 2ade87ab878153a5d1466f10e3d8728a41b387f9 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash

if [[ $1 == "" ]]; then
	echo "Usage: dcopidlng-tqt <dcopidlng_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