mirror of
https://github.com/projectatomic/bubblewrap.git
synced 2026-02-06 09:46:09 +01:00
3 lines
102 B
Bash
Executable File
3 lines
102 B
Bash
Executable File
#!/bin/sh
|
|
uncrustify -c uncrustify.cfg --no-backup `git ls-tree --name-only -r HEAD | grep \\\.[ch]$`
|