grumble/pkg/mumbleproto/sync.bash
2011-11-12 03:37:56 +01:00

5 lines
198 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