projects
/
picsort
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Resumability: Skip processing if output exists
[picsort]
/
pics-make-inputjs
Commit
Line
Data
e18c13a6
SW
1
#!/bin/bash
2
3
cat > picstosort.js <<EOF
4
files = [ $(ls 10 | ql | tr \\n , | sed 's/,$//' ) ];
5
EOF