mirror of
https://github.com/libretro/cpp-cheat.git
synced 2025-04-06 04:51:33 +00:00
3 lines
87 B
Bash
Executable File
3 lines
87 B
Bash
Executable File
#!/usr/bin/env bash
|
|
find . \( -name '*.log' -o -name '*.o' -o -name '*.out' \) -delete
|