4 lines
95 B
Bash
Executable file
4 lines
95 B
Bash
Executable file
#!/bin/bash
|
|
pushd "$(dirname "$0")/subprojects/vgmstream"
|
|
git apply ../../vgmstream.patch
|
|
popd
|