cazy/README.md

22 lines
574 B
Markdown
Raw Permalink Normal View History

2020-12-17 19:08:07 +01:00
# cazy
2020-12-17 19:16:25 +01:00
A simple script to improve
[gint](https://gitea.planet-casio.com/Lephenixnoir/gint)
projects' testing workflow.
This tool compiles your project using
[fxsdk](https://gitea.planet-casio.com/Lephenixnoir/fxsdk)
and transfer it to your calculator using simple GNU utilities.
# Installation
Clone this repository and add it to your path.
# Usage
Use `cazy` in the base folder of your project.
Plug in your calculator, wait for the prompt and press <F1>.
Then execute as root:
```sh
# cazy <target> <device> <mounting point>
# #example
# cazy fx /dev/sdc /mnt/calc
```