Added 'clear_wheels' script

This commit is contained in:
2016-06-16 10:37:22 +02:00
parent ded05b6ca9
commit b970530f44

8
clear_wheels.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
git clean -n -d -X blender_cloud/wheels/
echo "Press [ENTER] to actually delete those files."
read dummy
git clean -f -d -X blender_cloud/wheels/