This website requires JavaScript.
Explore
Help
Register
Sign In
dunwu
/
linux-tutorial
mirror of
https://github.com/dunwu/linux-tutorial.git
Watch
1
Star
0
Fork
You've already forked linux-tutorial
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3a55232d6c
linux-tutorial
/
codes
/
demos
/
bash
/
statement
/
forDemo02.sh
7 lines
90 B
Bash
Raw
Blame
History
#!/usr/bin/env bash
for
FILE in
$HOME
/
;
do
mv
"
$FILE
"
"./"
chmod +x
"
./
${
FILE
}
"
done
Reference in New Issue
View Git Blame
Copy Permalink