autoformat/README.md

13 lines
189 B
Markdown
Raw Normal View History

2017-01-07 23:52:59 -05:00
# csc230-autoformat
## Requirements
- zsh
- astyle 2.04+
## Usage
```sh
cd path/with/code/
2017-01-08 00:11:10 -05:00
git clone https://austenwares.com/gogs/autoformat ../autoformat
2017-01-07 23:52:59 -05:00
../autoformat/autoformat.sh
```