mirror of
https://github.com/libretro/RetroArch.git
synced 2024-12-01 04:00:32 +00:00
bfc366decc
Example: find . -type f -iname '*.c' | while read -r i; do cat -s "$i" > "$i.new" mv "$i.new" "$i" done |
||
---|---|---|
.. | ||
device_ds3.c | ||
device_ds4.c | ||
device_null.c | ||
device_wiiu_gca.c | ||
hid_device_driver.c | ||
hid_device_driver.h |