csc230-autoformat/README.md

14 lines
206 B
Markdown
Raw Normal View History

2016-08-19 11:08:38 -04:00
# csc230-autoformat
2016-08-19 11:30:26 -04:00
## 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
```