diff --git a/dubclean.ps1 b/dubclean.ps1 new file mode 100644 index 0000000..e33b1ec --- /dev/null +++ b/dubclean.ps1 @@ -0,0 +1,2 @@ +dub clean +dir examples | % { cd $_ && del ./bin/* && dub clean }