mirror of https://github.com/tidwall/rtred.git
8 lines
95 B
Bash
8 lines
95 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
set -e
|
||
|
|
||
|
cd $(dirname "${BASH_SOURCE[0]}")
|
||
|
|
||
|
go run gen.go --dims=20 --debug=false
|