4 lines
No EOL
113 B
Bash
Executable file
4 lines
No EOL
113 B
Bash
Executable file
#!/bin/bash
|
|
mkdir -p ../src/com
|
|
cp -Rf com/* ../src/com/
|
|
(cd ../ && git apply -v protobuf-src/protobuf-2.3.patch) |