Files
ZooMatch-GP/Assets/ZooMatch/Plugins/ConsolePro/Remote/LiteNetLib/RemoteFix
T

4 lines
151 B
Plaintext

for file in *.cs; do
echo "#if DEBUG && !UNITY_WP_8_1 && !UNITY_WSA" | cat - $file > tempfile && mv tempfile $file
echo '#endif' >> "$file"
done