9 lines
142 B
Bash
Executable File
9 lines
142 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
cd "$(realpath $(dirname $0))"
|
|
|
|
dart run ffigen --config ffigen_wownero.yaml
|
|
dart run ffigen --config ffigen_monero.yaml
|