all repos — min @ e3a860349eb4c3067ae201c66398557d8bd2c8f5

A small but practical concatenative programming language.

site/scripts/clean.min

 1
 2
 3
 4
 5
 6
 7
 8
;Deletes all temporary and output files.
'hastysite import

"Cleaning temporary folder..." noticea!
clean-temp
"Cleaning output folder..." notice!
clean-output
"All done." notice!