csc230-autoformat/README.md
2016-08-19 11:30:26 -04:00

14 lines
206 B
Markdown

# csc230-autoformat
## Requirements
- zsh
- astyle 2.04+
- perl
## Usage
```sh
cd path/with/code/
git clone https://github.ncsu.edu/agadler/csc230-autoformat ../autoformat
../autoformat/autoformat.sh
```