1、首先再Idea上安装BashSupport插件
2、编写firstshell.sh
msg='hello world' echo $msg
3、增加配置
4、运行firstshell.sh
输出结果如下:
作者:Work Hard Work Smart
出处:http://www.cnblogs.com/linlf03/
欢迎任何形式的转载,未经作者同意,请保留此段声明!
|
|||
1、首先再Idea上安装BashSupport插件
2、编写firstshell.sh msg='hello world' echo $msg
3、增加配置
4、运行firstshell.sh
输出结果如下:
作者:Work Hard Work Smart |
|||