This website requires JavaScript.
Explore
Help
Register
Sign In
fengyuhetao
/
shell
mirror of
https://github.com/fengyuhetao/shell.git
Watch
1
Star
0
Fork
You've already forked shell
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
4b6e1524e6
shell
/
脚本函数
/
new
9 lines
104 B
Bash
Raw
Blame
History
#!/bin/bash
for
(
(
i
=
1
;
i<
=
4
;
i++
)
)
do
touch
$i
.sh
chmod
764
$i
.sh
echo
"#!/bin/bash"
>
$i
.sh
done
Reference in New Issue
View Git Blame
Copy Permalink