Commit 2a7ff8c2 authored by Francis Lavoie's avatar Francis Lavoie

simplified pyclean command

parent 1cf57f83
......@@ -6,5 +6,5 @@ function pyclean
set path2CLEAN .
end
find $path2CLEAN -name "*.pyc" -delete -o -name "*.pyo" -delete
find $path2CLEAN -name "*.py[co]" -type f -delete
end
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment