mirror of
https://github.com/triqs/dft_tools
synced 2025-03-14 12:46:41 +01:00
5 lines
143 B
Bash
5 lines
143 B
Bash
#!/bin/sh
|
|
find /usr/@TRIQS_PYTHON_LIB_DEST@ -name "*.pyc" -exec rm {} \;
|
|
#find /usr/@TRIQS_PYTHON_LIB_DEST@ -name "*.pyc" -exec ls -l {} \;
|
|
|