1
0
Fork 0
forked from External/grumble
grumble/pkg/mumbleproto/sync.bash
2011-11-12 03:25:37 +01:00

5 lines
195 B
Bash
Executable file

#!/bin/bash
# Syncs the Mumble.proto file with the main Mumble repo
curl -O https://raw.github.com/mumble-voip/mumble/master/src/Mumble.proto
sed -i -e 's,MumbleProto,mumbleproto,' Mumble.proto