mirror of
https://github.com/KDE/latte-dock.git
synced 2025-01-12 01:17:55 +03:00
f9ec1fa5b3
-initial commit based on the latest Now Dock from the corona branch and beautiful techniques and designs from the Candil Dock
4 lines
89 B
Bash
4 lines
89 B
Bash
#!/bin/bash
|
|
|
|
astyle --options='astylerc' `find -maxdepth 3 -name '*.cpp' -o -name '*.h'`
|