5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2025-02-22 21:46:53 +00:00

5 lines
88 B
Bash
Raw Permalink Normal View History

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