Mercurial > hg > decoupage
view create_index_ini.sh @ 91:4a9c5cf9fec9
STUB: decoupage/templates.py decoupage/index.py
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Sat, 29 Mar 2014 17:17:21 -0700 |
parents | 55719bcdc2c2 |
children |
line wrap: on
line source
#!/bin/bash # create index.ini file from directory listings # TODO: -> python ls -1 | while read line; do echo "${line} = ${line}"; done > index.ini