22 lines
405 B
Markdown
22 lines
405 B
Markdown
# xscii
|
|
|
|
xscii -- Program for seeing ASCII table, if you want to change output style, do it in source.
|
|
|
|
- Everything related to my libraries is clean of all warning options on Clang, GCC and Valgrind.
|
|
- I don't know what else to write here, program is being done in my free time, so expect more...
|
|
|
|
Compile:
|
|
```bash
|
|
$ sh compile.sh
|
|
```
|
|
|
|
Install:
|
|
```bash
|
|
$ sudo sh install.sh
|
|
```
|
|
|
|
Use:
|
|
```bash
|
|
$ xscii
|
|
```
|