2024-08-27 18:45:48 +02:00

5 lines
88 B
Bash

#!/bin/sh
cd $(dirname $0)
python3 generatelegacy.py > legacy.go
goimports -w legacy.go