mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-30 00:00:11 +01:00
5 lines
129 B
Bash
Executable file
5 lines
129 B
Bash
Executable file
#!/bin/bash
|
|
find . -name "*\.h" -o -name "*\.cpp"|xargs dos2unix
|
|
find . -name "*\.h" -o -name "*\.cpp"|xargs astyle -n -c -A1
|
|
|
|
|