linux shell 编程
最近在用Linux倒腾一些东西,发现好多东西都可以使用写成一个shell脚本来简化,所以学习一下shell.
示例12#! /bin/bashecho "hello,world!"
she
2021-05-06