mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-10 13:02:27 +00:00
bfc366decc
Example: find . -type f -iname '*.c' | while read -r i; do cat -s "$i" > "$i.new" mv "$i.new" "$i" done |
||
---|---|---|
.. | ||
gl_shaders | ||
ffmpeg_core.c | ||
ffmpeg_fft.c | ||
ffmpeg_fft.h | ||
internal_cores.h | ||
link.T | ||
Makefile | ||
Makefile.common | ||
Makefile.ffmpeg |