simplified pyclean command

This commit is contained in:
Francis Lavoie 2013-05-22 12:17:01 -04:00
parent 1cf57f83f9
commit 2a7ff8c255

View File

@ -6,5 +6,5 @@ function pyclean
set path2CLEAN . set path2CLEAN .
end end
find $path2CLEAN -name "*.pyc" -delete -o -name "*.pyo" -delete find $path2CLEAN -name "*.py[co]" -type f -delete
end end