touch shell脚本并修改为777权限的方法
mksh.sh #!/bin/bash for i in $@ do touch ${i} chmod 777 ${i} echo #!/bin/bash>${i} done mkcpptest.sh #!/bin/bash for i in $@ do touch ${i} echo '#include #include using namespace std; int main(int argc, char** argv){ return 0; }'>${i} done #创建 cppF=tim
下载地址
用户评论