#!/usr/bin/env bash
if [ -d ~/.config/QQ/crash_files ]; then rm -rf ~/.config/QQ/crash_files;fi
/opt/QQ/qq "$@"
