Added 'clear_wheels' script
This commit is contained in:
parent
ded05b6ca9
commit
b970530f44
8
clear_wheels.sh
Executable file
8
clear_wheels.sh
Executable 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/
|
Reference in New Issue
Block a user