This website requires JavaScript.
Explore
Help
Sign In
mattmcw
/
yolo_web
Watch
1
Star
0
Fork
You've already forked yolo_web
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
b28e1fa616
yolo_web
/
scripts
/
test.sh
7 lines
67 B
Bash
Raw
Blame
History
#!/bin/bash
for
i in
{
1..500
}
;
do
echo
"
${
1
}
${
i
}
"
sleep
2
done
Reference in New Issue
View Git Blame
Copy Permalink