This website requires JavaScript.
Explore
Help
Sign In
rob
/
nodescore
Watch
1
Star
0
Fork
You've already forked nodescore
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
master
nodescore
/
www
/
martin
/
svg
/
drafts
/
randomly-distribute-2-grid.sh
2 lines
90 B
Bash
Executable File
Raw
Permalink
Blame
History
for
i in
{
0..63
}
;
do
x
=
`
find . -type f -iname
"*.svg"
|
shuf -n 1
`
;
cp
$x
../
$i
.svg
;
done
Reference in New Issue
View Git Blame
Copy Permalink