mirror of
https://codeberg.org/diginaut/dotfiles.git
synced 2026-05-06 21:34:09 +02: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 {} \;
|