1 2 3 4 5 6 7 8
#!/bin/bash QT_VERSION=@QT_VERSION@ if [[ $1 == "" ]]; then echo "Usage: tqt-replace-stream <filename>" else cat $1 fi