Add dubclean.ps1 for remove intermediate files.

This commit is contained in:
haru-s 2023-01-19 10:45:10 +09:00
parent 3b15a8949f
commit a08f729748

2
dubclean.ps1 Normal file
View file

@ -0,0 +1,2 @@
dub clean
dir examples | % { cd $_ && del ./bin/* && dub clean }