This website requires JavaScript.
Explore
Help
Sign In
brice
/
Bsh
Watch
1
Star
0
Fork
You've already forked Bsh
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
7744ceaa33
Bsh
/
tests
/
for
/
for_in_for.sh
10 lines
116 B
Bash
Raw
Blame
History
for
i in salut mec
do
echo
-n
"
$i
"
for
j in
"bonjour"
toi
do
echo
-n
$j
done
echo
done
Reference in New Issue
View Git Blame
Copy Permalink