all repos — min @ 5be850a4f8087c9a1ab6b95f2e0c261dac4163e2

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