mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-29 16:30:23 +08:00
DEV: Find .c and .so files with regex.
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
#!/bin/bash
|
||||
find zipline tests -name "*.so" | xargs rm || true
|
||||
find zipline tests -regex '.*\.\(c\|so\)' -exec rm {} +
|
||||
python setup.py build_ext --inplace
|
||||
|
||||
Reference in New Issue
Block a user