Last active 7 months ago

Add current timestamp to files, when compiling

codekit_timestamp.sh Raw
1NOW=`date "+%a %Y-%m-%d %T"`
2sed -i -- "s|{{TIMESTAMP}}|${NOW}|g" $CK_OUTPUT_PATH