- Re-factored the code so that Engine is now the main class that owns WindowManager...
[qtmeetings] / scripts / qtmeetings-rename
1 #!/bin/sh
2 # must be in /usr/bin/
3
4 if [ -e $1 ]; then
5     mv $1 $2
6 fi