mirror of
https://github.com/brain-hackers/lab
synced 2026-03-12 06:04:18 +09:00
Add tmemo_converter
This commit is contained in:
16
tmemo_converter/README.md
Normal file
16
tmemo_converter/README.md
Normal file
@@ -0,0 +1,16 @@
|
||||
### Prerequisites
|
||||
- Go 1.1x
|
||||
|
||||
|
||||
### Run
|
||||
|
||||
```shell-session
|
||||
$ # Example 1
|
||||
$ go run main.go tmemo000.tmd
|
||||
|
||||
$ # Example 2
|
||||
$ go run main.go tmemo000.tmd tmemo001.tmd
|
||||
|
||||
$ # Example 3
|
||||
$ go run main.go *.tmd
|
||||
```
|
||||
Reference in New Issue
Block a user