projects
/
picsort
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Find bash with env
[picsort]
/
pics-make-inputjs
Commit
Line
Data
967baf16
1
#!/usr/bin/env bash
e18c13a6
SW
2
3
cat > picstosort.js <<EOF
cd368e97
4
files = [ $(ls -rt *.NEF *.jpeg | ql | tr \\n , | sed 's/,$//' ) ];
e18c13a6
5
EOF