mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-06 22:55:10 +01:00
4 lines
88 B
Bash
Executable File
4 lines
88 B
Bash
Executable File
#!/bin/bash
|
|
find . -name "*.pyc" -exec rm -f {} \;
|
|
#find . -name "*.pyc" -exec ls {} \;
|