]> git.scottworley.com Git - picsort/blob - pics-make-inputjs
Move exposure to a variable
[picsort] / pics-make-inputjs
1 #!/bin/bash
2
3 cat > picstosort.js <<EOF
4 files = [ $(ls 10 | ql | tr \\n , | sed 's/,$//' ) ];
5 EOF