mirror of
https://github.com/KDE/latte-dock.git
synced 2024-12-25 19:21:41 +03:00
4 lines
89 B
Bash
4 lines
89 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
astyle --options='astylerc' `find -maxdepth 3 -name '*.cpp' -o -name '*.h'`
|