mirror of
https://codeberg.org/diginaut/dotfiles.git
synced 2026-02-04 10:00:27 +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 {} \;
|