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