13 lines
189 B
Markdown
13 lines
189 B
Markdown
# csc230-autoformat
|
|
|
|
## Requirements
|
|
- zsh
|
|
- astyle 2.04+
|
|
|
|
## Usage
|
|
```sh
|
|
cd path/with/code/
|
|
git clone https://austenwares.com/gogs/autoformat ../autoformat
|
|
../autoformat/autoformat.sh
|
|
```
|