3
0
mirror of https://github.com/42wim/matterbridge.git synced 2025-03-04 21:30:39 +01:00

5 lines
88 B
Bash
Raw Normal View History

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