Login Register






FrontAccounting Hash File Generation filter_list
Author
Message
FrontAccounting Hash File Generation #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

Reply