Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/segararai/erisan

ERISA-N符号のエンコードとデコードを行うプログラム
https://github.com/segararai/erisan

visual-novel

Last synced: 17 days ago
JSON representation

ERISA-N符号のエンコードとデコードを行うプログラム

Awesome Lists containing this project

README

        

# erisan

ERISA-N符号のエンコードとデコードを行うプログラム

## 使い方

```text
erisan [e|d] infile outfile
```

第一引数を`e`にするとエンコードを、`d`にするとデコードを行います。
infileは元ファイルを、outfileは出力先ファイルを指定します。
infileに`-`を指定すると標準入力を読み込みます。
outfileに`-`を指定すると標準出力に書き出します。