7 lines
84 B
Bash
Executable File
7 lines
84 B
Bash
Executable File
#!/bin/sh
|
|
|
|
DIR=$(dirname $(readlink -f $0))
|
|
|
|
astyle --options="${DIR}"/astylerc $*
|
|
|