ezbuild/modules/sample.ezmod

10 lines
207 B
Plaintext
Raw Normal View History

2012-01-15 14:04:42 +01:00
EZMOD_DESCRIPTION="Sample module for learning and testing purposes"
EZMOD_COMPATIBILITY="ezbuild ezsync"
EZMOD_AUTHOR="Rafal Kupiec"
EZMOD_VERSION="0.1"
2012-01-15 17:30:07 +01:00
ezsync_postsync() {
printWarn "fdgdfs"
# return 1
}