1、首先再Idea上安装BashSupport插件
2、编写firstshell.sh
msg=‘hello world‘ echo $msg
3、增加配置
4、运行firstshell.sh
输出结果如下:
2023-10-24 15:15:16
1、首先再Idea上安装BashSupport插件
2、编写firstshell.sh
msg=‘hello world‘ echo $msg
3、增加配置
4、运行firstshell.sh
输出结果如下:
下一篇:Linux实用指令一