14 lines
206 B
Markdown
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
|
|
```
|