这句话system("gnome-terminal -- bash -c '/home/xiaozhou/mysh/a.sh'&"); 是 赋予权限chmod a+x /home/xiaozhou/mysh/a.sh;那么我想直接运行脚本sudo bash a.sh 应该怎么写
source?