mirror of
https://github.com/42wim/matterbridge.git
synced 2025-02-12 11:31:32 +01:00
5 lines
88 B
Bash
5 lines
88 B
Bash
#!/bin/sh
|
|
cd $(dirname $0)
|
|
python3 generatelegacy.py > legacy.go
|
|
goimports -w legacy.go
|