mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
2 lines
76 B
Bash
Executable file
2 lines
76 B
Bash
Executable file
#!/bin/sh
|
|
uncrustify -c uncrustify.cfg "$1" && vimdiff "$1" "$1.uncrustify"
|