ubuntu打开终端执行命令



ubuntu打开终端执行命令
 
Python代码
  www.2cto.com  
#!/bin/sh  
startMsg="start order..."  
 
endMsg="order successfully..."  
gnome-terminal -x bash -c "echo \"$startMsg\"; 
 
cd software/;java -jar selenium-server-standalone-2.25.0.jar"
 

相关内容

    暂无相关文章