all repos — min @ aa262a2a6616b52b9fc3a932f4ac3c4b3b54544a

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..." notice
clean-temp
"Cleaning output folder..." notice
clean-output
"All done." notice