File: astyle.sh

package info (click to toggle)
mapcache 1.6.1-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,488 kB
  • sloc: ansic: 27,434; xml: 689; sh: 138; makefile: 67; python: 48
file content (8 lines) | stat: -rwxr-xr-x 175 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
#!/bin/bash

ASTYLEOPTS="--style=kr --indent=spaces=2 -c --lineend=linux -S"
ASTYLEBIN=astyle

$ASTYLEBIN $ASTYLEOPTS -R '*.c' '*.h'

#find . -name '*.orig' -exec rm -f {} \;