FrontAccounting Hash File Generation 08-01-2013, 10:24 PM
#1
Generating the _init/files for www.FrontAccounting.com 's Extensions:
Code:
find ./ -type f -print0 \
| xargs -0 sha1sum \
| sed -e 's# \*\.# #g' \
| awk -F'[ ]' '{ print $2, ":", $1 }' \
| sed -e 's# :#:#g' \
| sort -r > _init/files

![[+]](https://sinister.li/images/modern/collapse_collapsed.png)