cscg22-gearboy

CSCG 2022 Challenge 'Gearboy'
git clone https://git.sinitax.com/sinitax/cscg22-gearboy
Log | Files | Refs | sfeed.txt

clean.sh (240B)


      1find . -type d -name 'Debug' -exec rm -rv {} \;
      2find . -type d -name 'Release' -exec rm -rv {} \;
      3find . -type f -name '*.user' -exec rm -v {} \;
      4find . -type f -name '*.ncb' -exec rm -v {} \;
      5find . -type f -name '*.suo' -exec rm -v {} \;